Wijmo UI for the Web
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
Javascript (Usage) 
var instance; // Type: options
instance.beforeTransition = function(e, data) { };
Javascript (Specification) 
beforeTransition = function ( 
   e : jQuery.Event,
   data : IBeforeTransitionEventArgs
) { };

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.