Highlights:
gsap.matchMedia() is a game-changer for responsive, accessible-friendly animations. 💚
gsap.context() that greatly simplifies setup and reverting of a bunch of animations/ScrollTriggers, especially for React developers!
You can now revert() any animation to return the targets to their original state.
Set lockAxis: true on an Observer to make it lock into whichever direction the user first drags
🥳 Responsive, accessibility-friendly animations with gsap.m
Responsive, accessibility-friendly animations are a breeze in GSAP 3.11! React users will appreciate the new gsap.context() feature.