Relative Content

Tag Archive for reactjsreact-hooksthree.jsreact-three-fiberreact-three-drei

Animate 3D model on scroll | React.js

I am trying to make the 3d component listen to the user’s scrolling, such that scrolling down plays the animation forward. When the user stops scrolling, the animation should also stop, and when the user scrolls back up, the animation should play back, or reverse. So far I’ve only managed to pause the animation on load.