
Standing letters with a long shadow
Text, Scroll, 3D
NewFree
The classic counter, except the number also grows in width: from narrow and nervous to full and steady, with a trailing shadow.
A folder that runs on its own: index.html, style.css, script.js and the libraries from a CDN.
The code for this animation is part of lifetime access.
The preview stays open: watch it, slow it down, try it on your phone.
Lifetime accessGSAP does not animate the text of a number: it animates an object { v, w, s } and on every update writes the rounded value, the width and the shadow offset into the DOM.
font-variant-numeric: tabular-nums gives every digit the same width, so the number does not jiggle while counting.
The CSS uses font-stretch: calc(var(--w) * 1%). JavaScript only changes --w: no heavy layout work beyond the text itself.
toggleActions 'play none none reset' restarts the animation when you scroll back above its start. To play it once, use once: true.
| Name | File | Default | What it changes |
|---|---|---|---|
data-fino | index.html | 128, 36, 9, 2014 | The final value of each number. |
DURATA | script.js | 2.2 | Seconds of counting. |
LARGHEZZA | script.js | 75, 104 | Font width at the start and at the end (wdth axis). |
SCIA | script.js | 12 | Maximum shadow offset in pixels. Zero removes it. |
--numero, --scia | style.css | #ff8a3d | Colour of the number and of its shadow. |
For numbers that are real data: years, quantities, results. Not for numbering sections or menu items.
The same. Below 760 pixels the grid switches to two columns.
The numbers are already at their value and final width, with no counting.
GSAP 3.15.0, ScrollTrigger 3.15.0, Mona Sans (font variabile) 5.3.0.
Weight: 4.6 KB of our own files.
Tested on 26 September 2026
Use it in your own projects and in your clients’ projects. Do not resell it or redistribute it as is. GSAP stays under its own Standard license. Full license.
With your account’s email and password.
You’re signed in as .
Your plan is free. When lifetime access arrives, it will switch on for this same account.