Summary
- GSAP animation reference for HyperFrames compositions with timelines, easing, transforms, and performance guidance.
- Create paused timelines synchronously and register them on window.__timelines keyed by data-composition-id for HyperFrames to seek and control Core methods: gsap.to() , gsap.from() , gsap.fromTo() , gsap.set() with support for stagger, easing, callbacks, and relative values Use transform aliases ( x , y , scale , rotation ) and autoAlpha for optimal performance; avoid layout property animations Timeline sequencing via position parameter ( "<" , "+=0.5" , labels) and nesting for complex multi-element choreography Includes gsap.quickTo() for high-frequency updates, gsap.matchMedia() for responsive and accessibility-aware animations, and finite repeat counts only