Search
Animation Properties
 


 Public Properties

  Name Description

animationType

Gets or sets the type of the animation.

duration

Gets or sets the duration of the animation function in milliseconds.

easingType

Gets or sets the easing type of the animation.

fromValue

Gets or sets the initial value of the property that will be animated.

isRunning

Indicates whether the animation is currently running.

param

Gets or sets an optional value passed to the animation function.

progress

Gets the progress of the current animation iteration.

repeat

Gets or sets a value indicating whether to restart the animation after it completes.

reverse

Gets or sets a value indicating whether to swap the from and to values after an animation loop completes.

toValue

Gets or sets the target value of the property that will be animated.

 See Also