I'm looking to create the effect seen here: https://share.cleanshot.com/w14HYe
In the current site there's a `maximum call stack error` that's thrown in the `mousemove` event, surfacing from `addPropTween`.
I recreated the setup in codepen, and I don't see the call stack error, but the animation doesn't work either. I'm trying to use the `gsap.quickTo` method I've seen in other `mousemove` animations throughout the docs and forums. Really appreciate any help!