Can I set a slider with a step size increase that is based on a factor (non linear step) in stead of a fixed step

0
Can I build a slider that steps like this:   1, 10, 100, 1000, 10000, 100000 etc   or with another factor.   So, have a non linear step size.
asked
1 answers
1

There used to be an EnumSlider where you could put those values as an enum and slide them but it is no more. 

Easiest way i can think of is split the attribute used in the slider for its steps and the behavior you want from the selected step.

answered