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
I want to morph SVGs according to the values of the slider. How can I find out
a) in which direction it is being dragged, so I can detect which SVG to morph to
b) how far between two values the handle is so I can time the morphing
I thought I could do this via the percent property, however that gives me some very odd values (more like px width of the slider than something that is based on 0 - 100.
The text was updated successfully, but these errors were encountered:
Hi,
I want to morph SVGs according to the values of the slider. How can I find out
a) in which direction it is being dragged, so I can detect which SVG to morph to
b) how far between two values the handle is so I can time the morphing
I thought I could do this via the percent property, however that gives me some very odd values (more like px width of the slider than something that is based on 0 - 100.
The text was updated successfully, but these errors were encountered: