Version

ContinuousScrollAnimation class Members

The following tables list the members exposed by ContinuousScrollAnimation.

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 MethodinitNext (Inherited from Infragistics.Web.UI.ScrollAnimationBase)
Public MethodinitPrev (Inherited from Infragistics.Web.UI.ScrollAnimationBase)
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 MethodplayPlays the current animation in the specified direction  
Public MethodscrollNextScrolls to the next image.  
Public MethodscrollPrevScrolls to the previous image.  
Public MethodstopEnds the Animation. (Inherited from Infragistics.Web.UI.AnimationBase)
See Also