Animation Effect

20 Sep 20161 minute to read

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.

  • CSHTML
  • @Html.EJ().RadialSlider("slider").EnableAnimation(true).InnerCircleImageUrl("../images/radialslider/chevron-right.png")