Bug 182939

Summary: [Web Animations] Decouple parsing JS keyframes and computing blending keyframes
Product: WebKit Reporter: Antoine Quint <graouts>
Component: AnimationsAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 182741    
Attachments:
Description Flags
Patch dino: review+

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.