-
Hi there, Is it possible to animate edges like this React Flow example? I've been trying to achieve a similar outcome using a custom edge component, and manually injecting elements, but having no joy. |
Beta Was this translation helpful? Give feedback.
Answered by
eneeio-nm
Jun 24, 2025
Replies: 2 comments 1 reply
-
Got it working outside of my internal project: |
Beta Was this translation helpful? Give feedback.
1 reply
-
I've updated the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eneeio-nm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've updated the
path
value to a computed property, that seems to work now 🤞