An object used to specify various property values for an Animation.
The following tables list the members exposed by the AnimationOptions type.
Name | Description | |
---|---|---|
Initializes a new instance of the AnimationOptions class. |
Name | Description | |
---|---|---|
The type of the animation. |
||
The duration of the animation function in milliseconds. |
||
The easing type of the animation. |
||
The initial value of the property that will be animated. |
||
Gets or sets whether the last value from animation should be assigned to target property. |
||
An optional parameter to use in the animation function. |
||
Indicates whether to restart the animation after it completes. |
||
Gets or sets how many times to repeat the animation. |
||
Indicates whether to swap the from and to values after the animation completes. |
||
The target value of the property that will be animated. |