A creative exploration of fullscreen clip-path animations. A fullscreen image smoothly transforms and morphs into a grid of smaller images, altering its shape along the way — creating a visually striking transition effect.
- HTML5 & CSS3 — Structure and styling with
clip-pathand CSS Custom Properties. - JavaScript (ES6+) — Animation logic and control.
- GSAP — High-performance animation engine for fluid, complex transitions.
- Splitting.js — Character-level text animation.
- ImagesLoaded — Ensures images are loaded before animations fire.
- Clone this repository.
- No build tools or package managers needed — all libraries are loaded via CDN.
- Open
index.htmlin a modern browser.
Tip: Use a local server (e.g. Live Server in VS Code) to avoid CORS issues with ES modules.
- Requires a modern browser with support for CSS Variables and
clip-path.
✨ Created by Sebastian Vasquez
