Type: wijmo.gauge.gauge_animation
Defines the animation effect, controlling aspects such as duration and easing.
Syntax
Javascript (Usage) | |
---|
$(function () {
// Get value
var returnsValue; // Type: wijmo.gauge.gauge_animation
returnsValue = $(".selector").wijgauge("option", "animation");
// Set value
var newValue; // Type: wijmo.gauge.gauge_animation
$(".selector").wijgauge("option", "animation", newValue);
});
|
Javascript (Specification) | |
---|
var animation : gauge_animation;
|
Browser Compatibility
See Also
Reference
options type
wijgauge jQuery Widget