Animated Number

Text Effects

Smoothly animates between number values with a spring transition.

Loading preview...
Customize
Target Value
1234
Duration (s)
1.5

Props

PropTypeDefaultDescription
valuenumberThe target number to animate to.
classNamestring''Additional CSS classes.
durationnumber1.5Animation duration in seconds.
formatFn(n: number) => stringMath.round(n).toLocaleString()Custom format function for the displayed number.