Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #168991

    Hello, I’m using the layer slider and looks like any transition I choose between slides, it blinks right before the next. I saw the some people use the ‘fading’ effect and understand why it happens. However, I tried all of the transitions and it’s still happening.

    http://optizign.org/sitepreview/personaltouchdental.com/

    #168999

    I found this code that helps it, but then it just does it show it still.

    Is there a way to remove the blinking in all?

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

    #169144

    Hello!

    On what browser are you testing it with? It looks fine on Chrome and Firefox. I don’t see the blinking effect. You can add more transition effects on Slide Options > Slide Transitions > Transitions.

    Cheers!
    Ismael

    #169483

    Hello Ismael,

    I added that CSS code that made the blink minimal, however I removed it again. Please take a look, I’m looking at it on Chrome, Mozilla, IE.

    Right after the next slide comes in, there’s a .5 second blink. Please take a look again.

    #169694

    Hello!

    Add this CSS to fix it:

    .ls-lt-container {
    opacity: 1 !important;
    }

    Cheers!
    Josue

    #170027

    Hello Josue,

    Looks like the slides still blink when the code has been added. If you take a look at the bottom portion of the slider, you can see right before the next, it blinks (just faster this time with code inserted).

    #170258

    Hello!

    I see you have changed to Wowslider and your problem seems to be fixed, i’m closing this thread.

    Cheers!
    Josue

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Slider Blinks Before next slide’ is closed to new replies.