Closed PixievoltNo1 closed 7 years ago
This doesn't have any effects in other browsers, does it? I read through the MDN documentation for that property and that seems the case but I'm not a CSS animation expert.
PR looks good, can you confirm for me that this doesn't cause changes in other browsers? I'll merge in after.
No change in other browsers. I'm already using this in my own CSS without issue.
Looks like someone's reported this as an issue before; you can close #216 after merging this.
IE 11 usually has a frame or two between the end of .vex-closing's animation and the removal of the vex from the DOM, which causes the user to see a flash of the vex in its fully-open state. This is fixed by setting the
animation-fill-mode
property toforwards
, which this commit adds to theanimation
shorthand.