Version

onEnd Method

Should be overriden on the base class. Notifies the Animation that the animation has ended.
Syntax
ASP.NET Ajax Javascript (Specification) 
function onEnd() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfAnimationBase.onEnd();
See Also