Version

play Method

Start animation.
Syntax
ASP.NET Ajax Javascript (Specification) 
function play( 
   show : Boolean,
   type : AnimationEquationType,
   duration : Integer,
   direction : AnimationSlideDirection,
   up : Boolean,
   right : Boolean
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfSlideAnimation.play(Boolean,AnimationEquationType,Integer,AnimationSlideDirection,Boolean,Boolean);

Parameters

show
True: request to show element, false: hide element.
type
Type of animation.
duration
Duration of animation in milliseconds.
direction
Direction of animation (horizontal, vertical, both).
up
True: request to slide from bottom to up.
right
True: request to slide from right to left.
See Also