Wijmo UI for the Web
afterTransition Event
wijmo.gallery.wijgallery Namespace > options type : afterTransition Event
Standard jQuery event object
Information about an event
The afterTransition event handler. A function called after the transition is over.
Syntax
$(function () {
    // Set afterTransition event handler function
    $(".selector").wijgallery({
        afterTransition : function (e, data) {
     
        }
    });
});
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