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