soundar24 / roundSlider

roundSlider - A free jQuery plugin
https://roundsliderui.com/
MIT License
264 stars 80 forks source link

Need a dial mode option #8

Open soundar24 opened 8 years ago

soundar24 commented 8 years ago

Currently the round slider supports the single dial option only (that means starting 0 degree to 360 degree). Similar. need to provide the multiple dial option. So that any one can drag the handle around the slider multiple times.

Example scenario: Say you want to choose a specific amount of hours given in minutes, so each lap would consist of 60 minutes. When you want to select 2 hours, you have to spin the wheel 2 times.

This was requested by "thinklabs" on here: http://roundsliderui.com/#comment-2376271861

soundar24 commented 8 years ago

A sample level workaround provided for this requirement: http://jsfiddle.net/soundar24/LpuLe9tr/183/

However the complete functionality will be included in the next version.

soundar24 commented 7 years ago

Here is the improved version of that mentioned functionality: http://jsfiddle.net/soundar24/LpuLe9tr/710/

In previous workaround the next level of circle rotation was not accurate, but as per the current method it was works fine.