metafizzy / flickity-fade

Fade between Flickity slides
62 stars 18 forks source link

Slight flicker (no pun intended) between last and first slide when looping. #2

Closed 23d1 closed 5 years ago

23d1 commented 5 years ago

There seems to be a slight flicker when looping from the last to the first slide. Any idea on how to alleviate the issue? Perhaps a pure CSS solution (that's how I did fading prior, but it also had a visual bug when looping).

Test case: https://codepen.io/desandro/pen/azqbop

23d1 commented 5 years ago

It now seems (after emptying my cache) that the issue has gone away. Sorry for the false alarm!

desandro commented 5 years ago

Thank you for reporting this issue and for following up.

23d1 commented 5 years ago

I guess it's technically still there if you rapidly tap/click to loop around, but seems to work fine if the transition to the last slide gets to finish before going around to the first slide.

Geestig commented 5 years ago

I had this issue when I was using WrapAround: true in my options. Even though this has no use when using flickity-fade if I'm not mistaken? EDIT: i see #1 is probably the same issue as this.

desandro commented 5 years ago

Closing as a duplicate of #1.