Fading Slider only transitions first slide properly
-
I have been using the Snippet to change the slider to a fader for my website, but it only seems to fade out the first slide. The next one jumps straight in with no nice fading transition.
I’ve tried to isolate the code into a demo to demonstrate what I mean which you can see here.
The recommended code:
.carousel-inner > .item { -webkit-transition: opacity 2s ease-in-out; transition: opacity 2s ease-in-out ; }
seems to be only applying to the first slide for some reason. I’ve tried several variations on it with no luck. Would appreciate some help, thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Fading Slider only transitions first slide properly’ is closed to new replies.