Wilto / Dynamic-Carousel

A carousel plugin built for responsive layouts. There are many like it, but this one is mine.
matmarquis.com/carousel/
472 stars 112 forks source link

Debug the CSS 3 transitions dectection function - Now fallback is fired #52

Closed SBoudrias closed 10 years ago

SBoudrias commented 12 years ago

There was an issue bypassing the CSS 3 transitions fallback in older browser.

So I've changed transitionSupport() function with adaptaton of Modernizr project cssTransitions detection rules.

SBoudrias commented 12 years ago

Thinking this code back, I'll update it to make sur the transition detection is cached in a var so that the script don't have to run each time it's called.

arielsalminen commented 12 years ago

This is great! Just tested your pull request and it fixes the fallback in IE8/9.

ramansharma89 commented 11 years ago

Thanks a lot friend. I solved my IE 8/9 issue. :+1:

Mahesh2base commented 10 years ago

Issue #79: Slides not sliding in IE 8 and IE 9.