Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #915581

    Hello,

    How can you slow down the animation of the icon list? For me it’s simply too fast. (:

    • This topic was modified 6 years, 9 months ago by 007sebinator.
    #915701

    Hey 007sebinator,

    Please take a look here
    https://kriesi.at/support/topic/slow-or-stop-animation-on-icon/

    let us know if it works out for you.

    Best regards,
    Basilis

    #915743

    I’m sorry but I have seen this thread. But my inquiry was about to slow down the animation. (:

    #915900

    Hi 007sebinator,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia_transform .avia-icon-list.av-iconlist-big .avia_start_animation .iconlist_icon {
        -webkit-animation: avia_appear 3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
        animation: avia_appear 3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #916197

    Thanks! And can I also slow down the line that connects the boxes? Like the first box should appear, and after that the next one, etc.?

    #916829

    Hi,

    You would need to advanced edit the sequences of the effects, not something so simple to be done we are afraid.

    Best regards,
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.