When using flexslider in carousel mode on Internet Explorer 11, I am seeing ghost images blinking outside of the viewport. Here is the initialization code:
$('.gallery-block .flexslider').flexslider({
animation: 'slide',
slideshowSpeed: 5000,
animationSpeed: 2000,
animationLoop: true,
itemWidth: 214,
itemMargin: 30,
minItems: 3,
maxItems: 4,
controlNav: false,
pauseOnHover: false,
slideshow: true,
_end_of:"args"
});
Has anyone encountered a similar issue and found a solution?