Hi,
I’m using Enfod. Great Work!
But i have a question about the Progress bars.
The Bars ale Loading when im Scrolling Down, how can i get them Loading without Scrolling down?
I want them to be filled with colour without Scrolling.
Thank you!
And another Problem, when im Using Fireofx at my Smartphone with Browser Firefox i cant open the Menu, with Doplhin or something else its working. But not with Firefox!
Hey!
Thank you for using Enfold.
If you want the progress bar animation to start instantly, you can add this on Quick CSS or custom.css:
.avia_transform #top .avia-progress-bar div.progress .bar-outer {
-webkit-animation: avia_expand 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
-moz-animation: avia_expand 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
animation: avia_expand 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
width: 100%;
}
Cheers!
Ismael
thank you!