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.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijrating("option", "animation"); // Set value var newValue; // Type: object $(".selector").wijrating("option", "animation", newValue); }); |
Javascript (Specification) | |
---|---|
|