Skip to content

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.

2 participants