stevenwanderski / bxslider-3

jQuery custom content slider
http://bxslider.com
447 stars 101 forks source link

"fade" not working correctly #123

Open mdance86 opened 12 years ago

mdance86 commented 12 years ago

Fade used to work great, it would fade IN and OUT of each slide. However, I had so move some things around on the page the slider is located on. Now, the slides only fade IN rather an IN and OUT. It's rather startling to see the slide blink out, then the other fade in. I need them both to fade in and out. Code hasnt changed:

$('#slider1').bxSlider({ mode: 'fade', controls: false, infiniteLoop: true, auto: true, pager: true, onAfterSlide: function(currentSlide, totalSlides){
$('#callback-wrapper').show().append('

a "before" slide transition callback has been fired!

');}
});

mdance86 commented 12 years ago

Also, on IE8 fade doesnt fire at all. It just blinks to the next slide... it used to work. How could reordering some things around (via CSS and some html) cause this to break?

ailemab commented 11 years ago

long shot...did this get worked out? I have the horizontal and vertical working fine, but it breaks when I choose fade.