This is one of the many reasons we strongly recommend setting your transforms via GSAP, as explained here. It's fine to set them in CSS initially too if you want, but then you can also specify them via GSAP in order to ensure that everything is parsed properly.   The core of the problem has to do with how the browsers report computed styles. GSAP must figure out what the current values are, of course, so that it can properly interpolate to the new ones. Browsers report them as a matrix
    • Like
    4