Grid Scale

A scroll-linked grid effect that scales selected cards to guide attention toward the most important item.

Published On: June 4, 2026
Last Updated: August 17, 2026
Grid Scale

Overview

Grid Scale makes a product grid choose its emphasis. The most important card grows at the moment it should be noticed.

Use Grid Scale when a feature grid needs one item to gain weight at the right scroll moment. SaaS feature grids and product callout sections are the right fit because the effect can guide priority without replacing the grid. The page job is emphasis: the differentiating capability becomes harder to miss.

The main risk is transform overflow. Scale values must not create layout-affecting overflow, clipped focus outlines, or cumulative layout shift during scroll.


Install Command

This is a Pro Effect.

You can preview it now. Upgrade to Pro for instant install access.


Usage Code

This is a Pro Effect.

You can preview it now. Upgrade to Pro for instant install access.


Component Code

This is a Pro Effect.

You can preview it now. Upgrade to Pro for instant install access.


Example Production Use Case

A SaaS team building a pricing page with a feature comparison grid: Grid Scale anchors each row with a scale event so the most important capability arrives with weight rather than sitting flat in a table. The outcome is emphasis: the differentiating feature is harder to scroll past.


Best Used For

  • Pricing or feature grids where one card deserves emphasis without breaking the table structure.
  • Pricing or product grids where one featured item deserves a beat of prominence.
  • Turns feature-grid scanning into emphasis, making the differentiating card harder to miss.

Not For

  • Not for dense matrices where every row and column needs equal scanning weight.
  • Not for grids where emphasis would misrepresent feature priority or pricing logic.

Performance Budget

Animate transform and opacity, avoid layout reads in scroll handlers, pre-size media, and clean up timelines/listeners when the route changes.


Accessibility and Mobile

The animated sequence must match DOM order. On mobile, replace pinned or horizontal mechanics with stacked sections, native swipe, or static cards.


Common Mistakes

  • Scaling with width or height instead of transform.
  • Letting enlarged cards clip focus outlines or overlap neighbors.
  • Emphasizing a card that is not actually the priority.

Changelog

v1.1.1

Jul 23, 2026
Fixed malformed ScrollTrigger start value ('% top' -> 'top top') on the floating-words timeline; it previously parsed to NaN and anchored the animation to absolute page top instead of the section

Props

PropTypeDefaultDescription
bgColorcolor#242424Background color of the section.
panelColorcolor#ffffffBackground color of the expanding center panel.
convergeStaggernumber0.7Total stagger spread (seconds) as the floating keyword pills converge to center.

Frequently Asked Questions

What makes Grid Scale different from a standard scroll reveal?

Rather than revealing items, it lets a grid choose emphasis: the key card grows at the moment it should be noticed while the others hold. The scaling directs attention within an existing layout. Use it when one item in a set deserves a beat of prominence as the user reaches it.

Request a Custom Scroll Effect Animation

Need a custom effect? Tell us what to create.