Wijmo UI for the Web
animation Option
wijmo.rating.wijrating Namespace > options type : animation Option

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);
        
});
var animation : object;
Remarks
animation.animated defines the animation effect for the rating widget. animation.duration defines the length of the animation effect in milliseconds. animation.easing defines the easing effect of an animation. animation.delay defines the length of the delay in milliseconds.
See Also

Reference

options type
wijrating jQuery Widget