July 9, 2026/complex/Loaders & Intros/Willem

Willem Loading Animation

A split-word loader: 'Willem' breaks apart around a center box, an image grows out of the gap and flicks through a stack of photos, then bursts to fill the frame while the nav and wordmark are revealed underneath. Single GSAP timeline of masked letter reveals, image growth, and staggered entrances.

"use client";

import WillemLoader from "./index.jsx";
import { willemLoader } from "../demo-data.js";
import styles from "./demo.module.css";

export default function WillemLoaderDemo() {
  return (
    <div className={styles.demo}>
      <WillemLoader {...willemLoader} />
    </div>
  );
}
  • gsap
  • @gsap/react

Related Components

3MO AGO
Counter Loading Screenloaders
3MO AGO
Full Orchestrated Load Sequenceloaders