Skip to Content

CountUp

An animated number that counts from a start value to an end value. Use it for stats, profit estimates, or any number you want to animate into view.

CountUp Element Insert image: A CountUp component on the canvas displaying an animated dollar amount (e.g., “$1,234”) with prefix and suffix configured in the property panel

Properties

PropertyTypeDescription
startValuenumber or Liquid stringStarting number.
endValuenumber or Liquid stringEnding number.
durationnumberAnimation duration in milliseconds.
decimalsnumberNumber of decimal places.
prefixstringText before the number (e.g., $).
suffixstringText after the number (e.g., %).
triggerOnVisiblebooleanStart counting when the element scrolls into view.

startValue and endValue accept Liquid templates. Use this for personalized numbers — for example, endValue: "{{ answers.profitGoal }}" to animate to a user-provided value.

Last updated on