Titanium | Mantine Landing Page ComponentsTitanium | Mantine Landing Page Components

AnimatedCounter

A component that counts up to a target value with an animated effect.

Examples

The following blocks are built with this component:

0

Props

This component also accepts all the props from Mantine's Text component.

NameTypeDefault valueDescription

duration

number

1000Duration of the initial phase of the counter.

prefix

string

The prefix of the counter.

slowdownStepCount

number

10The number of last steps to handle with exponentially increasing duration.

suffix

string

The suffix of the counter.

value

Required

number

The value the counter will reach.