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

Only pass strings to setProperty as the value argument on IE9 requires DOMString #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

philipooo
Copy link

An error occured on IE9 when trying to execute:

move('.login-container .header')
    .duration(400)
    .ease('in')
    .set('opacity', 0)
    .x(-400)
    .end();

So I searched for the problem and found out that IE9 doesn't like it when passing a DOMNumber (opacity 0) into the style.setProperty function.
http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSStyleDeclaration-setProperty

@philipooo philipooo changed the title Pass only strings to setProperty as the value argument on IE9 requires D... Only pass strings to setProperty as the value argument on IE9 requires DOMString Nov 21, 2014
@philipooo
Copy link
Author

Any plans to merge this?

@dukai
Copy link

dukai commented Jan 14, 2015

Mostly they'll never merge other's commitment?

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.

None yet

2 participants