Default value: null
An option that controls aspects of the widget's animation, such as the animation effect and easing.
Syntax
$(function () {
// Get value
var returnsValue; // Type: object
returnsValue = $(".selector").wijrating("option", "animation");
// Set value
var newValue; // Type: object
$(".selector").wijrating("option", "animation", newValue);
});
See Also