mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 14:25:49 +00:00
![Boris Chiou](/assets/img/avatar_default.png)
The conversions between an element (including generated content) and the pair of element and pseudo style type are used frequently, so perhaps it'd better to factor them out. This patch only moves functions into AnimationUtils. FIXME: I suspect Gecko_UpdateAnimations() should early return for the pseudo elements which we don't support for animations. However, this may cause some test failures, so we keep the original implementation for now. Differential Revision: https://phabricator.services.mozilla.com/D159111