Wijmo UI for the Web
beforeTransition Event
wijmo.gallery.wijgallery Namespace > options type : beforeTransition Event
Standard jQuery event object
Information about an event
This is the beforeTransition event handler. It is a function called before transitioning to another image.
Syntax
$(function () {
    // Set beforeTransition event handler function
    $(".selector").wijgallery({
        beforeTransition : function (e, data) {
     
        }
    });
});
beforeTransition = function ( 
   e : jQuery.Event,
   data : IBeforeTransitionEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event
See Also

Reference

options type
wijgallery jQuery Widget