Version

AnimationBase class Properties

For a list of all members of this type, see AnimationBase members.

Public Properties
 NameDescription
Public PropertydurationGets duration of the animation in ticks and sets duration in milliseconds. Meaning that the onNext method will be fired for each tick. The default Value is 35. Duration in ticks for "get" and duration in milliseconds for "set".  
Public PropertyisAnimatingReturns true if the animation is currently occurring. True: animation is running.  
See Also