Skip to content

v2.0.4

Compare
Choose a tag to compare
@joshwcomeau joshwcomeau released this 12 Apr 17:00

Bug fix: Support enter/leave animations in Firefox

So, when you use window.getComputedStyle properly, there aren't any browser inconsistencies relating to property names. When you treat it as a regular object, though, and try to clone it, it exposes the internal property names, and these props differ between Firefox and Chrome.

This bugfix uses the API properly, enabling enter/leave to work in FF.