API Reference
Class
ApexAnimations
Represents animation options.
Inheritance
- Object
- ApexAnimations
Constructors
public ApexAnimations() #Methods
Inherited Methods
Properties
public Nullable<Boolean> Enabled { get; set; } #JsonPropertyName("enabled")Gets or sets whether animations are enabled.
public Nullable<Int32> Speed { get; set; } #JsonPropertyName("speed")Gets or sets the animation speed.
public ApexAnimateGradually AnimateGradually { get; set; } #JsonPropertyName("animateGradually")Gets or sets whether to animate gradually.
public ApexDynamicAnimation DynamicAnimation { get; set; } #JsonPropertyName("dynamicAnimation")Gets or sets dynamic animation options.