Version

NextItemScrollAnimation class Members

The following tables list the members exposed by NextItemScrollAnimation.

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 MethodinitNextInitializes scroll animation iteration of type NextItemScrollAnimation for moving to the next item.  
Public MethodinitNextCenterInitializes scroll animation iteration of type NextItemScrollAnimation for moving to the next item regarding the NextItemAlignment.Center aligment type.  
Public MethodinitNextFarInitializes scroll animation iteration of type NextItemScrollAnimation for moving to the next item regarding the NextItemAlignment.Far aligment.  
Public MethodinitNextNearInitializes scroll animation iteration of type NextItemScrollAnimation for moving to the next item regarding the NextItemAlignment.Near aligment.  
Public MethodinitPrevInitializes scroll animation iteration of type NextItemScrollAnimation for moving to the previous item.  
Public MethodinitPrevCenterInitializes scroll animation iteration of type NextItemScrollAnimation for moving to the previous item regarding the NextItemAlignment.Center aligment.  
Public MethodinitPrevFarInitializes scroll animation iteration of type NextItemScrollAnimation for moving to the previous item regarding the NextItemAlignment.Far aligment.  
Public MethodinitPrevNearInitializes scroll animation iteration of type NextItemScrollAnimation for moving to the previous item regarding the NextItemAlignment.Near aligment.  
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 item regarding the aligment type.  
Public MethodscrollNextCenterScrolls to the next item regarding the NextItemAlignment.Center aligment type.  
Public MethodscrollNextFarScrolls to the next item regarding the NextItemAlignment.Far aligment type.  
Public MethodscrollNextNearScrolls to the next item regarding the NextItemAlignment.Near aligment type.  
Public MethodscrollPrevScrolls to the previous item regarding the aligment type.  
Public MethodscrollPrevCenterScrolls to the previous item regarding NextItemAlignment.Center aligment type.  
Public MethodscrollPrevFarScrolls to the previous item regarding NextItemAlignment.Far aligment type.  
Public MethodscrollPrevNearScrolls to the previous item regarding NextItemAlignment.Near aligment type.  
Public MethodstopEnds the Animation. (Inherited from Infragistics.Web.UI.AnimationBase)
See Also