Follow along as we build page transitions in Astro with Barba.js and GSAP, from the initial setup to a working animated transition flow.
lumiere/ ├── assets/ │ ├── css/ │ │ ├── main.css # Core styles and variables │ │ ├── components.css # Reusable components │ │ ├── animations.css # Animation styles │ │ ├── utilities.css # Utility ...