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
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