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

Updated CSS3 transition end event name for Opera 12 #3854

Closed
wants to merge 1 commit into from
Closed

Updated CSS3 transition end event name for Opera 12 #3854

wants to merge 1 commit into from

Conversation

blueimp
Copy link

@blueimp blueimp commented Jun 15, 2012

@MrPron MrPron mentioned this pull request Jun 15, 2012
@lobovkin
Copy link

Fast fix:
add
if (jQuery.browser.opera && parseInt(jQuery.browser.version) >= 12) return 'otransitionend';
before
var a=document.createElement("bootstrap")
in file bootstrap.min.js

@fat
Copy link
Member

fat commented Jun 20, 2012

sorry only accept pull requests against wip branches

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants