Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #539819

    Hello to all,

    I like very much animations of blocks. Where I can change and change fade in speed please? I would like to have this effect faster. Thank you for help.

    Milan

    #540960

    Hey Milan!

    Try adding this code to the Quick CSS:

    .avia_transform .avia_start_delayed_animation.fade-in {
    -webkit-animation: avia-fadein 1s 1 ease-out; /* Safari 4+ */
    animation:         avia-fadein 1s 1 ease-out; /* IE 10+ */
    opacity: 1;
    }
    

    Cheers! 
    Josue

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