Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Transitions not working in IE10 due to incorrect DOM property #70

Open
jaydenseric opened this issue May 19, 2012 · 1 comment
Open

Comments

@jaydenseric
Copy link

Tested in IE10 in the current "standards mode" and older ones. Everything seems to work except transitions, they get ignored. Transitions get prefixed and work in all other browsers. Transitions work as soon as I manually add the -ms- prefix. Spent ALOT of time trying to figure this out, you can see it in action at http://jaydenseric.com/contact.html when you try to hover on any of the links (color and text-shadow transitions).

@LeaVerou
Copy link
Owner

It’s an IE bug, similar to the one with transforms. They camelcase it as msTransition instead of the correct MsTransition. I’ll report it to the IE team and if they don’t fix it until IE10 ships, I’ll add a workaround for it, just like I did for transforms.

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

No branches or pull requests

2 participants