Version

play Method

Plays the current animation in the specified direction
Syntax
ASP.NET Ajax Javascript (Specification) 
function play( 
   direction : ScrollNavigationDirection
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfPageAnimation.play(ScrollNavigationDirection);

Parameters

direction
The direction in which the animation should occur
See Also