You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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).
The text was updated successfully, but these errors were encountered: