MOVEDIFFERENT.
INTERACTION_018CSS
Headline Reveal
Lines rise out of a clipped mask, one after another.
Typography / LightView
A background-clip: text gradient animates its background-position, creating chrome moving through the type.
.shimmer {
background: linear-gradient(100deg, #686868 30%, #ffffff 50%, #686868 70%);
background-size: 200% 100%;
background-clip: text;
color: transparent;
animation: shimmer 2.6s linear infinite;
}
@keyframes shimmer { to { background-position: -200% 0; } }Lines rise out of a clipped mask, one after another.
Metrics animate from zero when scrolled into view.
Weightless 2px rise with an edge highlight on hover.
A diagonal chrome glint travels across the surface on hover.