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.