The Datacenter Webflow template includes two custom GSAP animations that enhance your website's interactivity:
Marquee Scroll Animation - Creates a continuous scrolling strip that responds to user scroll direction and speed
Number Counter Animation - Animates numbers counting up when they enter the viewport
Progress Bar Animation - Animates a progress bar when it enters the viewport
Pixel Image Reveal Animation - Animates an image cover with a pixelated effect
This documentation will guide you through using these animations 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 Marquee Scroll Animation:
For Number Counter Animation:
For Progress Bar Animation:
For Pixel Image Reveal 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 marquee animation creates a continuously scrolling strip of logos (or any content) that:
Required Structure:
Your marquee section needs these elements in this order:
Because the animation can move in either direction (left or right depending on scroll), you need multiple copies of your logo strip to ensure smooth looping. Without enough copies, you'll see empty space when the animation reverses direction.
Recommended: Use at least 4-5 identical copies of your Marquee Scroll Item.

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

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), and 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:
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.
The progress bar animation creates an animation that starts from 0 and makes it grow until a set amount.
Required Structure:
You need three things:
Important note: Your target number represents the percentage of the active progress bar, for instance a value of 83 represents 83% of the full lenght. If you go over 100, the progress bar will grow to the end.


If you want to change the inactive's bar color, you have to select the item with the class Progress Bar Line Wrapper and change the background color

If you want to change the active's bar color, you have to select the item with the class Progress Bar Line and change the background color.
Important note: The item has an opacity of 0% which is why you won't see the color changing on Webflow's designer. You can briefly set it to 100% to preview the color, but you have to change it back to 0% when you're done, otherwise the animation won't work.

The pixel image reveal animation creates an animation that pixelates an image cover and gradually reveals it when it enters into view.
Required Structure:
You need two things:
If you want to change the image cover's color, you have to select the item with the class Progress Bar Line Wrapper and change the background color
Problem: The logos aren't scrolling
Problem: I see gaps or jumps in the animation
Problem: The animation is too fast or too slow
duration: 50)Problem: Numbers don't count up
Problem: Counter shows "0" or "NaN"
Problem: Multiple counters start at the same time
Problem: The progress bar isn't growing
Problem: The image cover doesn't appear
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 Datacenter Webflow template!