| Name | Description |
| dispose | Disposes of the animation object. (Inherited from Infragistics.Web.UI.AnimationBase) |
| initNext | Initializes scroll animation iteration of type NextItemScrollAnimation for moving to the next item. |
| initNextCenter | Initializes scroll animation iteration of type NextItemScrollAnimation for moving to the next item regarding the NextItemAlignment.Center aligment type. |
| initNextFar | Initializes scroll animation iteration of type NextItemScrollAnimation for moving to the next item regarding the NextItemAlignment.Far aligment. |
| initNextNear | Initializes scroll animation iteration of type NextItemScrollAnimation for moving to the next item regarding the NextItemAlignment.Near aligment. |
| initPrev | Initializes scroll animation iteration of type NextItemScrollAnimation for moving to the previous item. |
| initPrevCenter | Initializes scroll animation iteration of type NextItemScrollAnimation for moving to the previous item regarding the NextItemAlignment.Center aligment. |
| initPrevFar | Initializes scroll animation iteration of type NextItemScrollAnimation for moving to the previous item regarding the NextItemAlignment.Far aligment. |
| initPrevNear | Initializes scroll animation iteration of type NextItemScrollAnimation for moving to the previous item regarding the NextItemAlignment.Near aligment. |
| onBegin | Should be overriden on the base class. Notifies the Animation that it is about to Begin (Inherited from Infragistics.Web.UI.AnimationBase) |
| onEnd | Should be overriden on the base class. Notifies the Animation that the animation has ended. (Inherited from Infragistics.Web.UI.AnimationBase) |
| onNext | Should be overriden on the base class. Fired for each tick of the Animation (Inherited from Infragistics.Web.UI.AnimationBase) |
| play | Plays the current animation in the specified direction |
| scrollNext | Scrolls to the next item regarding the aligment type. |
| scrollNextCenter | Scrolls to the next item regarding the NextItemAlignment.Center aligment type. |
| scrollNextFar | Scrolls to the next item regarding the NextItemAlignment.Far aligment type. |
| scrollNextNear | Scrolls to the next item regarding the NextItemAlignment.Near aligment type. |
| scrollPrev | Scrolls to the previous item regarding the aligment type. |
| scrollPrevCenter | Scrolls to the previous item regarding NextItemAlignment.Center aligment type. |
| scrollPrevFar | Scrolls to the previous item regarding NextItemAlignment.Far aligment type. |
| scrollPrevNear | Scrolls to the previous item regarding NextItemAlignment.Near aligment type. |
| stop | Ends the Animation. (Inherited from Infragistics.Web.UI.AnimationBase) |