Is it possible to synchronize the movement of animated objects in a scene with the mouse scroll?
I envision a scenario where objects move within a scene, and their motion is directly tied to the distance calculated by .scrollTop().
The ideal experience would resemble this example: , but implemented with a three.js scene.
Can a three.js scene's timing be controlled based on the .scrollTop() distance?