How can I animate all plane vertices in react-spring like I can with gsap? #2028
Unanswered
jeremiasjutz
asked this question in
Support
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.
-
The following code is used together with react-three-fiber.
The
position.array
contains all vertices of my planeGeometry. TheendArray: positions
contains all newly calculated positions of these vertices. I need to animate between these two arrays.This code works well, but I would like to move all my animations to react-spring, so that I can get rid of my dependency on gsap.
Beta Was this translation helpful? Give feedback.
All reactions