Animation Effect

The animation effect for the RadialSlider can be enabled or disabled using the enableAnimation property.By default, it is set as true, so that the handle movement will be animated.

  • HTML
  • <div id="radialSlider"></div>

    Add the following script in your code and this will stop the handle movement’s animation.

  • JS
  • $("#radialSlider").ejRadialSlider({ innerCircleImageUrl:"chevron-right.png",enableAnimation:false });