Version

CanvasKeyBoardFadeAnimation class Members

The following tables list the members exposed by CanvasKeyBoardFadeAnimation.

Public Constructors
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 MethoddisposeDisposes of the animation object. (Inherited from Infragistics.Web.UI.AnimationBase)
Public MethodonBeginShould be overriden on the base class. Notifies the Animation that it is about to Begin (Inherited from Infragistics.Web.UI.AnimationBase)
Public MethodonEndShould be overriden on the base class. Notifies the Animation that the animation has ended. (Inherited from Infragistics.Web.UI.AnimationBase)
Public MethodonNextShould be overriden on the base class. Fired for each tick of the Animation (Inherited from Infragistics.Web.UI.AnimationBase)
Public Methodplay  
Public Methodstop  
See Also