Version

NodeAnimation class Members

The following tables list the members exposed by NodeAnimation.

Public Constructors
 NameDescription
Public ConstructorNodeAnimation Constructor  
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". (Inherited from Infragistics.Web.UI.AnimationBase)
Public PropertyisAnimatingReturns true if the animation is currently occurring. True: animation is running. (Inherited from Infragistics.Web.UI.AnimationBase)
Public Methods
 NameDescription
Public MethodaddOnEndListener  
Public MethoddisposeDisposes of the animation object. (Inherited from Infragistics.Web.UI.AnimationBase)
Public MethodonBegin  
Public MethodonEnd  
Public MethodonNext  
Public MethodplayStarts the Animation (Inherited from Infragistics.Web.UI.AnimationBase)
Public Methodstop  
See Also