ScrollReveal

PreviousNext

Text gently unblurs and reveals on scroll.

Docs
react-bitscomponent

Preview

Loading preview…
ScrollReveal/ScrollReveal.css
.scroll-reveal {
  margin: 20px 0;
}

.scroll-reveal-text {
  font-size: clamp(1.6rem, 4vw, 3rem);
  line-height: 1.5;
  font-weight: 600;
}

.word {
  display: inline-block;
}

Installation

npx shadcn@latest add @react-bits/ScrollReveal-JS-CSS

Usage

import { ScrollRevealJSCSS } from "@/components/ScrollReveal-JS-CSS"
<ScrollRevealJSCSS />