I would like to create landing page informing any visitor of the webpage, how many EMPLOYEES (the endNum - which is dynamic, will be automatically counted up by the wix-code) and how many FACTORIES (here too, the endNum - which is dynamic, will be automatically counted up by the wix-code), the company manages.
So i would like write the Code, which makes it automatically for me using given parameters.
Thank you very much, Tal, for your assistance and effort.
However, the count up animation starts as soon as the page is loaded, and my text element has been placed in the center of the webpage, so by the time I scroll there, the count is already over.
I’ve tried creating an onViewportEnter event from properties panel and then inserting the count up code below it, so that the animation only begins when the element enters the viewport. But this doesn’t work.
The code works great for counting - but I do have a question when trying to count to larger numbers (80,000,000) from zero. It takes FOREVER! I tried changing the duration, but apparently I don’t know exactly how to get it to count to 80 million in just a few seconds (5).
Hi Tal - For some reason I just can’t get the placement of the comma (thousands separator) and adding the USD (currency prefix to work properly. Here’s the script that I am using which runs fast and displays the start and end numbers correctly.
82000000
body {
font-family:Helvetica;
font-size:40px;
color:#fcdb17;
}
Can you help with the exact placement and code for comma and the currency?
hello ing.
congratulations for your guide!! you are the best! i have two question for you.
For your opinion, exist one way, whit your code, to see same application from the mobile?
I have follow your guide, but is possible to erase the “comma”(o point) from the application?
thank you so much.
good woork.
hello ing.
congratulations for your guide!! you are the best! i have two question for you.
For your opinion, exist one way, whit your code, to see same application from the mobile?
I have follow your guide, but is possible to erase the “comma”(o point) from the application?
thank you so much.
good woork.
Hi folks I found a super simple way, without coding, to do this. I created a GIF in photoshop with the countdown numbers I wanted. I used a transparent background. In wix you can upload the GIF like any other image, and when you place that GIF image it works. Super simple and no coding needed.