voronianski / swipe-js-iso

Universal (a.k.a isomorphic) version of Swipe.js
https://www.npmjs.com/package/swipe-js-iso
MIT License
187 stars 57 forks source link

fix android 4.* will trigger transitionEnd more than one time #12

Closed qilovehua closed 7 years ago

qilovehua commented 7 years ago

options.auto equal to 1000, more than 3 slides. There is something wrong on android 4.4.2 as transitionEnd is triggered twice when the next slide is last one. Just clearTimeout can fix.