Don't set transform and transform-origin in your CSS for SVG. It will not work in every browser, especially transform-origin.   By default, GSAP uses the transform attribute for SVG elements. CSS > attributes. GSAP is correctly setting the transform, but your CSS is overriding it.    
    • Like
    7