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

    Hi Guys,

    How can I change the speed of the progress bar? Currently, it looks like the animation is about 1 second long. I’d like to extend that a little bit.
    Also, Is it possible to remove the %number at the right end?

    I’d like to us this feature more as a creative element, filling up slowly without displaying a number.

    Any ideas?

    Thanks!
    Michaela

    #846546

    Hey uUSA,

    Try adding this to quick css:

    .avia_transform #top .avia-progress-bar div.progress.avia_start_animation .bar-outer {
        -webkit-animation: avia_expand 3.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
        animation: avia_expand 3.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    }

    If this doesn’t help, please link us to the site/page in question.

    Best regards,
    Jordan Shannon

    #846880

    Thanks, that’s working great…

    #846886

    Hi!

    Glad Jordan could help! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change speed of progress bar’ is closed to new replies.