You definitely shouldn't be loading that super old https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenMax.min.js file.  You had invalid HTML. You were missing a closing </div> You were referencing TweenMax.isTweening() (old) instead of gsap.isTweening(). There are a bunch of other examples like that of using the old/outdated v2 stuff instead of the new GSAP 3 syntax.  You never declared a lastMousePos variable.  Your script.js file is referencing a bunch of
    • Like
    1