Wijmo UI for the Web
wijflipcard jQuery Widget
Display two panes of content, one at a time, and toggle between them on click or hover.
Syntax
$(function () {
    var options; // Type:  wijmo.flipcard.wijflipcard.options
     
    $(".selector").wijflipcard(options);
});
function wijflipcard() : any;
Options
 NameDescription
public Option

The flip animation options, define direction, duration etc.

 
public Option

Default value: false

A value that determines whether or not to disable the wijflipcard widget.

 
public Option

Default value: null

A value that indicates the height of the wijflipcard widget.

 
public Option

Default value: 'click'

A value that indicates the event used to flip between two panels.

 
public Option

Default value: null

A value that indicates the width of the wijflipcard widget.

 
Top
Methods
 NameDescription
public Method  
public MethodReturns a jQuery object containing the original element or other relevant generated element.  
Top
Events
 NameDescription
public EventThis event is triggered when flip animation end.  
public EventThis event is triggered when flip animation start.  
Top
See Also

Reference

wijflipcard jQuery Widget