RESOLVED FIXED 182939
[Web Animations] Decouple parsing JS keyframes and computing blending keyframes
https://bugs.webkit.org/show_bug.cgi?id=182939
Summary [Web Animations] Decouple parsing JS keyframes and computing blending keyframes
Antoine Quint
Reported 2018-02-19 13:40:39 PST
Currently in KeyframeEffectReadOnly::processKeyframes() we parse JS keyframes into the m_parsedKeyframes member and compute blending keyframes, a KeyframeList, and store it in m_blendingKeyframes. Paving the way towards nullable targets (webkit.org/b/182741) and reading keyframes from a CSSKeyframesRule, we need to decouple those two tasks.
Attachments
Patch (6.17 KB, patch)
2018-02-19 13:43 PST, Antoine Quint
dino: review+
Antoine Quint
Comment 1 2018-02-19 13:40:48 PST
Antoine Quint
Comment 2 2018-02-19 13:43:32 PST
Antoine Quint
Comment 3 2018-02-19 14:01:56 PST
Note You need to log in before you can comment on or make changes to this bug.