Version

PageScrollAnimation class Members

The following tables list the members exposed by PageScrollAnimation.

Public Constructors
 NameDescription
Public ConstructorPageScrollAnimation 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 MethoddisposeDisposes of the animation object. (Inherited from Infragistics.Web.UI.AnimationBase)
Public MethodinitNext  
Public MethodinitPrev  
Public MethodinitPrevNoWrap  
Public MethodinitPrevWrap  
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 (Inherited from Infragistics.Web.UI.ScrollAnimationBase)
Public MethodscrollNextScrolls to the next page.  
Public MethodscrollPrevScrolls to the previous page regarding whether the ImageViewer wraps its content.  
Public MethodstopEnds the Animation. (Inherited from Infragistics.Web.UI.AnimationBase)
See Also