Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #367977

    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!

    #367984

    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!

    #368160

    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

    #368527

    thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Progress Bar’ is closed to new replies.