Parallax Gallery

Three columns of images that drift at different speeds.

A cobalt ceramic cup of coffee on a brushed steel counter in morning light.Roasted coffee beans on the steel counter, with the same cobalt cup behind them.A slender stream of coffee pours into the cobalt cup.
Roasted coffee beans on the steel counter, with the same cobalt cup behind them.A slender stream of coffee pours into the cobalt cup.A cobalt ceramic cup of coffee on a brushed steel counter in morning light.
A slender stream of coffee pours into the cobalt cup.A cobalt ceramic cup of coffee on a brushed steel counter in morning light.Roasted coffee beans on the steel counter, with the same cobalt cup behind them.
import { ParallaxGallery } from '@brand-studio/ui';
import { beans, cup, pour } from '@/demos/assets';

export default function ParallaxGalleryDemo() {
  return (
    <div style={{ width: '100%', padding: '48px 0' }}>
      <ParallaxGallery images={[cup, beans, pour, beans, pour, cup, pour, cup, beans]} />
    </div>
  );
}

Installation

pnpm add @brand-studio/ui

Usage

import { ParallaxGallery } from '@brand-studio/ui';
<ParallaxGallery images={images} />

Accessibility

  • Uses CSS scroll-driven animation; without support the columns stay still.
  • Every image keeps its alt text.

API Reference

PropTypeDefault
imagesImageAsset[]
className?string''

Still, Deskhand and Hollis are fictional brands. The coffee photographs are original generated artwork. @brand-studio/ui is MIT licensed.