Animated Counter

Text Effects

A number counter that animates from one value to another using spring physics, triggered when scrolled into view. Supports prefix, suffix, and decimal formatting.

Loading preview...
Customize
Target Value
1234
From
0
Duration (s)
2
Prefix
Suffix
Decimals
0

Props

PropTypeDefaultDescription
fromnumber0Starting value for the counter.
tonumberTarget value to animate to.
durationnumber2Animation duration in seconds.
prefixstring''Text to prepend to the number (e.g. '$').
suffixstring''Text to append to the number (e.g. '%').
decimalsnumber0Number of decimal places to display.
classNamestring''Additional CSS classes.