Plays the fade out animation.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.Client (in C1.Web.iPhone.Client.dll)

Syntax

JavaScript
C1.Web.iPhone.Common.playFadeOutAnimation = function(element, endAnimationHandler);

Parameters

element
Type: DOMElement
The element.
endAnimationHandler
Type: Callback
Optional, The end animation handler.

See Also