You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
Hi,
I'm working on a project with a graph zoom slider. I want to turn the slide the other way round (so that rather than go from zoom of 1 -> 7, it goes from a zoom of 7 -> 1).
I've tried changing these values -
floor="1"
ceiling="7"
step="1"
to these -
floor="7"
ceiling="1"
step="-1"
I've tried multiple different configurations along these lines, but I can't seem to get the slider to flip round. The reason I would like to do it in this way is that the translate and scale functions are rather complicated and it would be a lot easier alter it this way round rather than go through and change the functions.
Is there a simple way to do this?
Sorry if I'm being dumb and missing something.
The text was updated successfully, but these errors were encountered:
Hi,
I'm working on a project with a graph zoom slider. I want to turn the slide the other way round (so that rather than go from zoom of 1 -> 7, it goes from a zoom of 7 -> 1).
I've tried changing these values -
floor="1"
ceiling="7"
step="1"
to these -
floor="7"
ceiling="1"
step="-1"
I've tried multiple different configurations along these lines, but I can't seem to get the slider to flip round. The reason I would like to do it in this way is that the translate and scale functions are rather complicated and it would be a lot easier alter it this way round rather than go through and change the functions.
Is there a simple way to do this?
Sorry if I'm being dumb and missing something.
The text was updated successfully, but these errors were encountered: