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) 
$(function () {
    // Set afterTransition event handler function
    $(".selector").wijgallery({
        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
wijgallery jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.