Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1370411

    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

    #1370436

    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

    #1370449

    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…

    #1370514

    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

    #1370519

    Hi again Ismael,

    works perfect for both sliders. Well done:)

    Kind regards,
    Aurora

    #1370534

    Hi,

    Great! Glad to know that the changes are working. Let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Fullscreen slider and fullwidth easy slider fade in font’ is closed to new replies.