SVG Paths #1166
AndrewPixel
started this conversation in
General
SVG Paths
#1166
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been working with moving a DIV along an SVG path. While it does move the DIV along the path that it uses the CSS transform's translate caused issues for me as the DIV is positioned using percentage values so things like interrupting the motion to move the DIV to another point caused "issues".
I tried WAAPI but while it worked it got a bit too involved for me.
I addressed it with this:
Now the DIV follows the SVG path but it stays as percentages.
Beta Was this translation helpful? Give feedback.
All reactions