Taylor Rose

Results 11 comments of Taylor Rose

I'm working on a fix for this. I found a hacky way to fix it but I'd like to see if there is a root cause. If you need a...

Unfortunately that solution will still scroll if the user swipes and maintains a touch interaction for > 4 sec. I would classify that as a bad user experience. I have...

@divyanshu-das I added the `delay = options.auto || 0` line to the transitionEnd callback in my pull request so now any action should resume properly

that's odd, I would assume changing the orientation would just be a window.resize() event... I'll see if i can reproduce

Yeah, I can't reproduce on an iPhone 5. I running code from pull request #335

I've run into the "jump 2 slides" issues as well. I'm investigating further though I believe the double sliding is because `begin()` is being called twice, or being called when...

seems abandoned. I put in a PR like 3 years ago that never got a response...

are all of your images the same size as each other and the exact size of the containing div? If either of those aren't the case you're going to see...

Can you provide a code sample? If you are referring to the DOM, yes Swipe will duplicate the first and last slides and swap them to the beginning and end....

You'll need to reinitialize it