justhum / HUMSlider

A slider control with auto-appearing ticks and saturating images at each end. Straight from the codebase of Hum.
http://justhum.com/
MIT License
264 stars 31 forks source link

Add support for even-numbered ticks. #1

Open designatednerd opened 9 years ago

designatednerd commented 9 years ago

Right now all the math I've got in here is dependent on the middle tick being centered, which requires an odd number of ticks.

Need to figure out how to math the layout when there are an even number of ticks.

thejeff77 commented 6 years ago

Covered in:

https://github.com/justhum/HUMSlider/pull/9