Closed geppy closed 10 years ago
IE9 doesn't support CSS3 animations. Thus, animationstart and animationend callbacks never get called.
animationstart
animationend
This is a problem for elements like <paper-checkbox/> (that specific element gets in an inconsistent state that's not pretty).
<paper-checkbox/>
Ended up converting to . Marking this one as complete, as other Polymer elements can also be converted to use .
IE9 doesn't support CSS3 animations. Thus,
animationstart
andanimationend
callbacks never get called.This is a problem for elements like
<paper-checkbox/>
(that specific element gets in an inconsistent state that's not pretty).