metafizzy / flickity-fade

Fade between Flickity slides
62 stars 18 forks source link

2 image wrapAround flickers #10

Open jmanlapid opened 4 years ago

jmanlapid commented 4 years ago

When options fade: true & wrapAround: true are passed with only 2 images rendered, there is a brief flicker when we go from index 0 to 1 or index 1 to 0.

https://codepen.io/jmanlapid/pen/rNNbvxO

adamchipperfield commented 4 years ago

This is also an issue for me. When the fade option is set to true and the slide count is less than 3, flickering can occur when transitioning.

matthewmcvickar commented 4 years ago

I believe this is a duplicate of issue #1. There is a workaround posted in that issue as well as a PR (#11) awaiting review.