Animating a path with d3 #4092
Unanswered
firisthetraveller
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Can you fix the notebook so that it demonstrates the issue? thanks |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi!
I have an issue animating a certain path using d3.
It is summarized on a Observable notebook, with a visual. (I don’t know how to use the notebook well, sorry)
The path shown on that link doesn’t animate well using
stroke-dashoffset. It visually splits in 3 and they all animate at the same time.If I just change the path to the square found on the tutorial, the animation works as expected.
Does anyone know what is the problem with that path (or if the problem lies elsewhere)?
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions