Version

endNavigation Method

If the navigateNext or navigatePrev methods are called, and the ScrollAnimation is set to continuous, this method will end the current animation that is occurring.
Syntax
ASP.NET Ajax Javascript (Specification) 
function endNavigation() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebImageViewer.endNavigation();
See Also