Hello,
The text is fading out, but how do I make the text fade in with both the fullscreen slider and fullwidth easy slider?
Kind regards,
Aurora
Hey AuroraArcus,
Thank you for the inquiry.
You can set the sliders’ Slideshow Transition from Slide sidewards to Fade. This option will also affect the caption transition or animation. The option is located in the Advanced tab.
Best regards,
Ismael
Hello Ismael,
I already set it to that, and it works half way…
When the text enters the screen, the transition in is not fading. How do I do that?
Please look here at the text on the frontpage fullscreen slider:
“Velkommen
Garanteret tid
inden for 14 dage
16 års erfaring”
and
“Kognitiv Terapi
i rolige og
trygge rammer
VELKOMMEN”
It’s not fading in…
Hi,
Thank you for the update.
You can try this css code to adjust the fadein effect of the slider caption and slider title.
.avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-content,
.avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-content {
visibility: visible;
-webkit-animation: avia-fadein 0.5s 1 ease-out;
animation: avia-fadein 0.5s 1 ease-out;
}
.avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-title,
.avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-title {
visibility: visible;
-webkit-animation: avia-fadein 0.5s 1 ease-out;
animation: avia-fadein 0.5s 1 ease-out;
}
.avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-slideshow-button,
.avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-slideshow-button {
visibility: visible;
-webkit-animation: avia-fadein 1.2s 1 ease-out;
animation: avia-fadein 1.2s 1 ease-out;
}
Best regards,
Ismael
Hi again Ismael,
works perfect for both sliders. Well done:)
Kind regards,
Aurora