Search
AnimationOptions Members
Constructors Properties
 


An object used to specify various property values for an Animation.

The following tables list the members exposed by the AnimationOptions type.

 Public Constructors

  Name Description

AnimationOptions

Initializes a new instance of the AnimationOptions class.

 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