Hi, I need to increase the duration of the appearance of the red arrow on the mouse over link for slideshow images. I mean that the appearance of the arrow process must be slower.
Site is this
It’s possible? Via css or editing which js? avia.js file? which parameter should I edit?
thanks
Hello,
Insert that code to Enfold > General Styling > Quick Css or Custom Css plugin.
If you would the appearance be slower increase 1s, if you would be faster decrease 1s.
.avia_transform a .image-overlay {
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
}
Hope to help you
that’s perfect Isakos-Soft, thank you very much