ruisoftware / jquery-rsSliderLens

UI slider control that magnifies the current value
MIT License
22 stars 5 forks source link

Can we slow down the dragger speed anyhow ? #11

Closed MrShaikh1357 closed 3 years ago

MrShaikh1357 commented 3 years ago

Is it possible to slow down the dragger speed ?

ruisoftware commented 3 years ago

I am not really sure what you mean by that. If you are asking to slowdown the handle animation, you can do that in the plugin constructor.

  handle: {
    animation: 500
  }

By default, the handle takes 100ms to move from the far left to the right (or vice-versa).

In this CodePen, it was changed to 500ms.