Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #589447

    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

    • This topic was modified 8 years, 9 months ago by niguli.
    #589861

    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

    #589872

    that’s perfect Isakos-Soft, thank you very much

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Duration of arrow appearing effect’ is closed to new replies.