Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 2 commits into from
Closed

Conversation

SBoudrias
Copy link

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
Copy link
Author

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
Copy link

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

…ding a false positive is resolved)

But:
1- Each new carousel gonna re-launch the test
2- The Snapback plugin still has it's own transitionSupport test

Would be better in the futur if we merge all those test in it's own object for example. I don't have much time right now to work on this, so if anyone want to take relay, go ahead.

Still, at least the initial bug is resolve.
@ramansharma89
Copy link

Thanks a lot friend. I solved my IE 8/9 issue. 👍

@Mahesh2base
Copy link

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

@SBoudrias SBoudrias closed this Sep 13, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants