Countup Shortcode

The Count-up shortcode offers a dynamic display of numbers counting up from zero when a visitor initially views the page. This shortcode is a good way to promote stats or data in an engaging way.

Get Started

Options


There's bunch of options to change the behavior of the countup component.

Basic

Duration

Decimal

Linear easing

Prefix

Suffix

<h2 data-provide="countup" data-from="0" data-to="1290"></h2>
<h2 data-provide="countup" data-from="0" data-to="122" data-duration="10"></h2>
<h2 data-provide="countup" data-from="15.65" data-to="16.59" data-decimals="2"></h2>
<h2 data-provide="countup" data-from="0" data-to="122" data-duration="10" data-use-easing="false"></h2>
<h2 data-provide="countup" data-from="0" data-to="541" data-prefix="$"></h2>
<h2 data-provide="countup" data-from="0" data-to="541" data-suffix="M"></h2>