Tagged: animation
I’m customising the scroll down link with the following css:
#top .scroll-down-link {
-webkit-animation: avia_fade_move_down 4s ease-in-out infinite!important;
animation: avia_fade_move_down 4s ease-in-out infinite!important;
color: #008B95 !important;
font-size: 50px !important;
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4) !important;
}
Default animation is avia_fade_move_down – is there reference info on the other animation options (I want a sinple fade in/out) – thanks.
Hey M1000000!
Can you please post a link and show the animation example you would like to use?
Regards,
Yigit
Hi Yigit,
Your question made me think about this – was a bit overwhelmed by the new theme yesterday – and have a solution (animation: pulse 3s ease infinite;). Thanks for your help.
Hi,
Not sure if you got it fixed or not? Please let us know if you should need any more help on the topic.
Best regards,
Rikard
Yes resolved – many thanks.