Animated Counter module | Corporex - Documentation | JoomShaper

Corporex

Updated Last: 07 April 2019

Animated Counter module

In fact, it is not just a typical module but code entered into the Custom HTML module. This code shows you the number of your team members, sold services or products etc.

counter-module

Counter module was published on "counter" module position. Check following code to discover how we did it:

<div class="sp-counter">
<div class="span3 sp-animated-wrapper">[animated_number number="192" after_number="+"] TEAM MEMBER[/animated_number]</div>
<div class="span3 sp-animated-wrapper">[animated_number number="965" after_number="+"] Projects[/animated_number]</div>
<div class="span3 sp-animated-wrapper">[animated_number number="6060" after_number="+"] SUBSCRIBED USERS[/animated_number]</div>
<div class="span3 sp-animated-wrapper">[animated_number number="7520" after_number="+"] Cup Coffees[/animated_number]</div>
</div>

Changing the values ??in the source code you can decide on the final number, which is displayed that last after the final countdown.