Scroll Reveal

Text Effects

GSAP ScrollTrigger text reveal with progressive word opacity, optional blur, and subtle rotational unwind.

Loading preview...
Customize
Text
Enable Blur
Base Opacity
0.15
Base Rotation
4
Blur Strength
6

Props

PropTypeDefaultDescription
childrenReact.ReactNoderequiredString text content to reveal on scroll.
scrollContainerRefRefObject<HTMLElement | null>undefinedOptional custom scroll container reference.
enableBlurbooleantrueEnable blur-to-clear word transition.
baseOpacitynumber0.1Starting opacity for each word.
baseRotationnumber3Initial heading rotation in degrees.
blurStrengthnumber4Initial blur radius in pixels.
containerClassNamestring''Additional classes for the wrapper heading.
textClassNamestring''Additional classes for the text element.
rotationEndstring'bottom bottom'ScrollTrigger end for rotation animation.
wordAnimationEndstring'bottom bottom'ScrollTrigger end for opacity/blur animation.