I’ve added 3 new rslider
identifiers that let us do these kind of crazy things (available from v2.7.6).
trackerStart(val) Sets where Cabbage will start drawing the rotary slider tracker. This is a value between 0 and 1, where 0 and 1 represent 6 o’clock. The default value is 0.1.
trackerEnd(val) Sets where Cabbage will stop drawing the rotary slider tracker. This is a value between 0 and 1, where 0 and 1 represent 6 o’clock. The default value is 0.9.
trackerCentre(val) Sets where Cabbage will start drawing the tracker progress from. This is a value between 0 and 1, where 0 and 1 represent 6 o’clock. The default value is .9.
trackerCentre(val) should always be within the
trackerStart()
andtrackerEnd()
points. If not, your will look quite strange!
p.s. being able to move the centre point of the tracker’s progress bar is something I’ve been asked to add multiple times before. Apologies for the wait