Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #729213

    How to set 5s delay on scroll down link?
    first i want it to be invisible and after 5s (delay) to be visible and start animating

    Thanks

    Uros

    #729313

    Hey Uroš,

    It is not clear at the moment what exactly you like to do?
    Please elaborate the issue with an example link where we can see what you are trying to achieve.

    Best regards,
    Vinay

    #729336

    When you enter website, there is fullscreen video….

    In color section i turn on scroll down arrow link. So my question is how to delay visibility of arrow? because video does not start immediately but arrow does, and it looks like you need to click on arrow right away.

    I want to delay visibility of scroll down link arrow for like 10s. I try with animation-delay: 10s; but that is not working.

    link to website is in private content

    • This reply was modified 7 years, 10 months ago by Uros.
    #729348

    I found a solution

    i put opacity to 0 and set keyframes:

    @keyframes avia_fade_move_down{
    0%{ opacity:0.8; margin: 0px 0 0 -40px;}
    100%{opacity:0; margin: 0px 0 -30px -40px;}
    }

    #729395

    Hi,

    Glad you figured this one out and thank you for sharing the solution here I’m sure it will help others looking to do similar modification :)

    If you have more questions please feel free to reach us via a new ticket.

    Best regards,
    Vinay

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘scroll down link delay’ is closed to new replies.