Search
AnimationOptions Properties
 


 Public Properties

  Name Description

AnimationType

The type of the animation.

Duration

The duration of the animation function in milliseconds.

EasingType

The easing type of the animation.

FromValue

The initial value of the property that will be animated.

Param

An optional parameter to use in the animation function.

Repeat

Indicates whether to restart the animation after it completes.

Reverse

Indicates whether to swap the from and to values after the animation complets.

ToValue

The target value of the property that will be animated.

 See Also