Hello Forum,
I need to create a Progress Bar on my Website.
Let’s say I want to show the progress of days. Something like 1/100 or 3/100 etc…
Here is the Example.
Here is my public share link: LINK
(how to access public share link)
Hello Forum,
I need to create a Progress Bar on my Website.
Let’s say I want to show the progress of days. Something like 1/100 or 3/100 etc…
Here is the Example.
Here is my public share link: LINK
(how to access public share link)
A few possibilities.
If you have a good designer on your team who knows Adobe After Effects, you could create a Lottie to represent each gauge, and then use JS to jump it to a % of the way into the sequence. This gives you a lot of control over the presentation.
Another approach is a JS lib, which requires no art but has more limited styling control.
Here’s one.
Thank you for the answer!
But how can I implement those into my website via Webflow?
If you mean JustGage or similar libs, you need to read the documentation and learn the options to implement what you want.
Similar with the Lottie approach, you’d read up on the Lottie lib and how to set a frame, so that you can display the % you want.
These are third party libs, so you need to learn them.
Check made in webflow for possible demos and examples that might be useful.
Thank you very much, Michael!