Wijmo UI for the Web
afterTransition Event
Standard jQuery event object
Information about an event
The afterTransition event handler. A function called after the transition is over.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.afterTransition = function(e, data) { };
Javascript (Specification) 
afterTransition = function ( 
   e : jQuery.Event,
   data : IAfterTransitionEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.