The Builderflow Webflow template includes a custom GSAP animation that enhances your website's interactivity:
Number Counter Animation - Animates numbers counting up when they enter the viewport
This documentation will guide you through using this animation without needing to understand the code itself.
Before working with these animations, you need to enable the correct GSAP plugins in Webflow:
To enable GSAP plugins:
For Number Counter Animation:
Important Note: All of this has been previously set up in this template. Only enable the plugins you need. Adding unnecessary plugins can slow down your website by loading extra code.

The number counter animation makes numbers count up from 0 to a target value when they scroll into view. Perfect for statistics, achievements, or any numeric data.
Required Structure:
You need two things:


If you want to change the counter's speed, you'll need to modify the duration value in the custom code. The value is measured in seconds (eg. 2 gives it a duration of 2 seconds), you need to look for this line:

The counter automatically formats the values into thousands:
The counter automatically detects if your target number has decimals and it'll animate them too:
You can have multiple counters on the same page. Each counter:
The number that you see in the designer will be overridden by the value set on the Custom Attribute, but you may still set the correct number on the designer for easier visualization.
Problem: Numbers don't count up
Problem: Counter shows "0" or "NaN"
Problem: Multiple counters start at the same time
If you need help customizing these scripts or run into any issues not covered in this documentation, please email us at:
We're here to help you make the most of your Investflow Webflow template!