Animation

28 Feb 20181 minute to read

The animation option makes the pointer to rotate from minimum value to actual value with animation effects. The animation can be enabled/disabled by using the enableAnimation property. The speed of the pointer can be controlled by using the animationSpeed property. Time is represented in milliseconds.

  • JAVASCRIPT
  • $("#PivotGauge1").ejPivotGauge({
            //...
            enableAnimation: true,
            animationSpeed: 1000
        });