Any React animation library should work with gl-react & it's beyond gl-react scope for you to choose the way you want to animate.
For instance we have examples using react-motionhere and here.
You might not even need an animation library and can do it yourself if you prefer, see for instance this example (which is just about doing a render loop with requestAnimationFrame).
Any React animation library should work with gl-react & it's beyond gl-react scope for you to choose the way you want to animate.
For instance we have examples using
react-motion
here and here. You might not even need an animation library and can do it yourself if you prefer, see for instance this example (which is just about doing a render loop withrequestAnimationFrame
).