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

Parameters

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

Reference

options type
wijflipcard jQuery Widget