Wijmo UI for the Web
flipping Event
wijmo.flipcard.wijflipcard Namespace > options type : flipping Event
The jQuery.Event object.
The data with this event.
This event is triggered when flip animation start.
Syntax
$(function () {
    // Set flipping event handler function
    $(".selector").wijflipcard({
        flipping : function (e, data) {
     
        }
    });
});
flipping = function ( 
   e : Object,
   data : IFlippingEventArgs
) { };

Parameters

e
The jQuery.Event object.
data
The data with this event.
See Also

Reference

options type
wijflipcard jQuery Widget