jQuery.wijmo.wijgallery Namespace > options type : beforeTransition Event |
Javascript (Usage) | |
---|---|
var instance; // Type: options instance.beforeTransition = function(e, data) { }; |
Javascript (Specification) | |
---|---|
beforeTransition = function ( e : jQuery.Event, data : IBeforeTransitionEventArgs ) { }; |