April 13, 2026beginnerGalleries & Media
Gallery Image Reveal
A vertical project gallery where each row shows a split title with an image that expands on hover using GSAP. Clean, minimal layout for featured work sections.
Preview
Kick &

Bass
West

End
Delivrd

Studio
Social

Stats
Kevin

Davis
Source
import GalleryImageReveal from "./index.jsx";
import { galleryImageReveal } from "../demo-data.js";
import styles from "./demo.module.css";
export default function GalleryImageRevealDemo() {
return (
<div className={styles.page}>
<GalleryImageReveal projects={galleryImageReveal.projects} />
</div>
);
}
Dependencies
gsap