GSAP transition library Back to index

Text / code review

Code changes can reveal intent line by line.

A reusable diff animation for changelogs, review tools, release notes and engineering portfolios.

motion-system.tsreview

01const timeline = gsap.timeline({ defaults });
-2timeline.to(cards, { opacity: 1 });
+2timeline.to(cards, { autoAlpha: 1, y: 0 });
03timeline.addLabel("handoff", "<0.18");
+4ScrollTrigger.refresh();
05export const motionReady = true;