Plays the slide animation.
Namespace:
C1.Web.iPhoneAssembly: C1.Web.iPhone.Client (in C1.Web.iPhone.Client.dll)
Syntax
JavaScript |
---|
C1.Web.iPhone.Common.playSlideAnimation = function(elementToHide, elementToShow, fromRightToLeft, endAnimationHandler); |
Parameters
- elementToHide
- Type: DOMElement
The element to hide.
- elementToShow
- Type: DOMElement
The element to show.
- fromRightToLeft
- Type: System..::..Boolean
if set to true [from right to left].
- endAnimationHandler
- Type: Callback
The end animation handler.