script.js
import { gsap } from "gsap";

gsap.to(".card", {
  y: -24,
  duration: 0.6,
  ease: "power3.out",
  stagger: 0.08
});

Back to GSAP Vault