Back to library
INTERACTION_018

Headline Reveal.

Each headline line sits in an overflow-hidden wrapper and translates from 100% to 0 with a stagger, the standard editorial hero entrance.

CATEGORY
Typography
COMPLEXITY
Easy
TECH
CSS
PLATFORM
Both
PERFORMANCE
Light
LIVE PLAYGROUND
MOVEDIFFERENT.
CSS / CSS
.line { overflow: hidden; }
.line > span {
  display: block;
  transform: translateY(100%);
  animation: rise 900ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--i) * 90ms);
}
@keyframes rise { to { transform: translateY(0); } }

IF YOU LIKE THIS, STEAL THESE TOO.

CHROME TEXT
INTERACTION_019CSS

Shimmer Text

A metallic highlight sweeps through the letterforms.

Typography / LightView
INTERACTION_016CSS + JS

Blur Reveal

Content sharpens from blur as it enters view.

Scroll / MediumView
0COPY ACTIONS
INTERACTION_021CSS + JS

Count-Up Number

Metrics animate from zero when scrolled into view.

Typography / LightView
INTERACTION_001CSS

Premium Button Lift

Weightless 2px rise with an edge highlight on hover.

Buttons / LightView