Wijmo UI for the Web
easing Field
wijmo.gauge Namespace > gauge_animation Interface : easing Field

The easing option uses Raphael easing formulas to add effects to the animation, such as allowing an item to bounce realistically.

Syntax
var instance; // Type: wijmo.gauge.gauge_animation;
var value; // Type: string
value = instance.easing;
var easing : string;
Remarks
Valid Values (see http://raphaeljs.com/easing.html for easing demos):
See Also

Reference

gauge_animation Interface