Skip to content
Get Bricks

Counter

The Counter element animates a number from a starting value to an ending value with customizable prefix, suffix, and formatting.

  • Count from (text) - The starting number for the animation. Default: 0.

  • Count to (text) - The ending number for the animation. Default: 1000.

  • Animation in ms (number) - Duration of the counting animation in milliseconds. Default: 1000.

  • Typography (typography) - Font settings for the counter number.

  • Prefix (text) - Text displayed before the counter number.

  • Typography (typography) - Font settings for the prefix text.

  • Suffix (text) - Text displayed after the counter number.

  • Typography (typography) - Font settings for the suffix text.

  • Thousand separator (checkbox) - Add thousand separators to the number.

  • Separator (text) - Character used as the thousand separator. Default: ”,”. Only shown when “Thousand separator” is enabled.