Tagged: Fade, scroll down arrow, scroll down link
Hello, brainiacs,
I want to have a simple fade-in/out instead of the movement down. Now I have read about the statement ” pulse “, but it does not work for me. What am I doing wrong?
Original:
#top .scroll-down-link {
-webkit-animation: avia_fade_move_down 2s ease-in-out infinite;
animation: avia_fade_move_down 2s ease-in-out infinite;
}
Thanks for info
Chriss
Solution:
#top .scroll-down-link {
-webkit-animation: av_pulsate 2s linear infinite !important;
animation: av_pulsate 2s linear infinite !important;
}
Found @ https://kriesi.at/documentation/enfold/animation/:
avia_appear
avia_image_appear
avia_hotspot_appear
avia_appear_short
avia_msonry_show
avia_fade_move_down
avia_slide_down
avia_expand
avia-ltr
avia-rtl
avia-btt
avia-ttb
avia-fadein
avia-rotateIn
avia-rotateInUpLeft
avia-rotateInUpRight
avia-bg-move
caption-right
caption-left
caption-top
caption-bottom
av_pulsate
sonarEffect
avia_pop
avia_pop_small
avia_pop_loader
avia_shrink
av-load8
And the hint how to use on https://kriesi.at/support/reply/777240/
Uff!
Thanks!
Hi agunda,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria