codrops / SlitSlider

A responsive slideshow with a twist: the idea is to slice open the current slide when navigating to the next or previous one. Using jQuery and CSS animations we can create unique slide transitions for the content elements.
458 stars 135 forks source link

Wonky on iOS8 #17

Closed dnndiva closed 1 year ago

dnndiva commented 10 years ago

Love this slider! But it's not working smoothly as it did before after the iOS8 upgrade. =(

tsybart commented 10 years ago

plz somebody help with it!

abarani commented 10 years ago

22 should fix this

fbossy commented 10 years ago

I came up with another solution, nth-child pseudo selector seems to be te problem here. Switched to nth-of-type worked for me.

See #23

abarani commented 10 years ago

good catch, i'm closing #22

fbossy commented 10 years ago

@abarani Thanks. :) I only noticed your pull request as I was submitting mine. Your fix seems to do the same thing anyway.

Probably better to fix the css in the end I guess.