Hey romain. By default, GSAP sets new transformOrigins, not animates them, because that's what most people expect. To animate the transform origin, you can use a proxy object and update the values in an onComplete. Here's how I'd set it up: See the Pen MWwRVqX?editors=0010 by GreenSock (@GreenSock) on CodePen   Some other improvements you could make: Put the duration inside of the vars parameter so that you can use GSAP's defaults. Use
    • Like
    4