July 9, 2026complexLoaders & IntrosWillem
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.
Preview
Wil




lem
Willem©
Source
"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>
);
}
Dependencies
gsap@gsap/react