Animation
28 Sep 20171 minute to read
The animation option makes the pointer to rotate from minimum value to actual value with animation effects. Animation could be enabled/disabled by using the enableAnimation
property. Speed of the pointer could be controlled by using the animationSpeed
property. Time is represented in milliseconds.
<ej-pivotgauge [enableAnimation]="true" [animationSpeed]=1000>
</ej-pivotgauge>