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

    hello
    on my site there is this pic that has an animation
    is it possible to slow down the animation?
    best regards, jelle

    • This topic was modified 3 years, 3 months ago by yampieters.
    #1303132

    Hey jelle,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home .avia_transform .avia_start_delayed_animation.av-rotateInUpLeft {
        -webkit-animation: avia-rotateInUpLeft 1.5s 1 cubic-bezier(0.175,0.885,0.320,1.275);
        animation: avia-rotateInUpLeft 1.5s 1 cubic-bezier(0.175,0.885,0.320,1.275);
        opacity: 1;
    }

    Best regards,
    Rikard

    #1303146

    thanks rikard,
    you can close this ticket as far as im concerned
    best regards, jelle

    #1303301

    Hi,

    If you need additional help please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘slow down the animation of the picture’ is closed to new replies.