Blog /
Code Snippets
September 2023

How to Build an Impressive Number Counter for Your Webflow Website

Web DesignWeb Design

Seeking a snazzy number counter for your Webflow site? You're in the right place! Dive into this guide, where I break down the A to Z of crafting number counters.

Why all the hype around number counters?

Digital real estate is all about attention. Number counters are like the neon signs of websites - they grab, they entice, and they inform. Whether showcasing sales, donations, or milestones, these dynamic digits can bolster your brand's credibility, creating a stronger connection with your audience.

The process:

Wishing for that upward-ticking number animation on your site? It's a breeze!

STEP 1: Slip this custom code below into the </body> tag of your page settings:

<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.3/waypoints.min.js'>
</script>
<script src='https://cdn.jsdelivr.net/jquery.counterup/1.0/jquery.counterup.min.js'>
</script>
<script>
$('.counter').counterUp({
delay: 10,
time: 1000
});
$('.counter').addClass('animated fadeIn');
</script>

STEP 2: Insert a text block with your desired number and create a class named 'counter'.

STEP 3: Adjust 'time' for duration, and 'delay' for number speed.

STEP 4: PUBLISH your site and see it action!

By Jessica Sarah

More Latest Posts

STAND OUT today!

Jessica Sarah is here to answer your questions and help you get the website you want! Rest assured, after I get your site up and running, you will have me at your fingertips to assist you with any ongoing maintenance and support.

Get In Touch