It seems that when animating x/y coordinates (via transforms), GSAP sets the entire matrix, without taking changes to other properties into account.
In the codepen, I shake the display by animating x/y, and I update scale when the window resizes. If you resize the window while the shaking is taking place, GSAP modifies the scale, even though scale is not part of the animation.
Is there a way to purely animate x/y without touching other properties?
I suspect the reason is that GSAP animates the transform matrix, instead of individual properties.
Thanks,
Sven