Wijmo UI for the Web
animation Option
wijmo.flipcard.wijflipcard Namespace > options type : animation Option

The flip animation options, define direction, duration etc.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijflipcard("option", "animation");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijflipcard("option", "animation", newValue);
        
});
var animation : object;
See Also

Reference

options type
wijflipcard jQuery Widget