googlearchive / core-animated-pages

Animated transitions between pages
https://www.polymer-project.org/docs/elements/core-elements.html#core-animated-pages
32 stars 34 forks source link

Hero animation incorrectly sets transform on IE #16

Closed sorvell closed 10 years ago

sorvell commented 10 years ago

Setting transition to null sets a property value of 'null' on IE. Avoid this by setting it to empty string.. Also, we're setting transform to 'none' specifically when I think we can just set it to empty string.