Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #164156

    Hello, some one know how to disable the “blink” that layerslider make at the end of a transition between two slides?
    It look like it make the coming in slide half transparent for half a second or something like this. So if the slide is dark on a white background the effect is not nice.

    Thank you

    #164245

    Hey advisionsrl!

    Can you give us a link to the page? You can select slide transition effects on Slide Options > Slide transition > Transitions.

    Cheers!
    Ismael

    #165080

    Hi, i tried different transitions and also created a new custom transition with a fade effect to see if the BLINK could be removed but i didn’t find a way to remove it.

    The site is now beyond an htaccess, you can see it here

    http://muzzi.4marketing.it/

    user: temp
    pass: blink

    as you will se when the transition end and the new slide is fully loaded it look like the slide is made half transparent for half a second, so the backgound is shown and look like a “blink”.

    #165227

    Solved, it was a css transition.

    Putting a

    .ls-bg {
    opacity: 1 !important;
    }

    in custom.css solved everything

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Layerslider "blink" at the end of transition’ is closed to new replies.