Liberty Ceros CDN
Count Up
Allows the animation of number values in Text elements.
Usage
- Create
Textelement. - In SDK window, add
count_uptag. - If the
Textelement content is a number, this plugin will count up to that number from0over1200milliseconds. - Animation begins when the element scrolls onto the page or is visible when the page loads.
- By default it will only animate once.
Options
Additional tags for control:
delay_X: Sets a delay before animation begins.Xis a number in milliseconds (e.g.delay_1000will delay 1 second).duration_X: Overrides the default animation time of1200milliseconds.Xis a number in milliseconds.end_X: Sets the ending number. This will override the content in theTextelement.Xis an integer.replay: If this tag is present, the animation will replay if the element is scrolled off the browser edge and back on.start_X: Sets the starting number, overriding the default value of0.Xis an integer.
Limits
- Cannot process decimals.
CDN Links
<script src='https://libertyceroscdn.lmigex.com/count_up/count_up.js'></script>(latest)