Bug 207130

Summary: [Web Animations] Accelerated animations don't run until their natural completion
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   
Attachments:
Description Flags
Patch dino: review+

Description Antoine Quint 2020-02-03 10:14:38 PST
[Web Animations] Accelerated animations don't run until their natural completion
Comment 1 Antoine Quint 2020-02-03 10:25:48 PST
Created attachment 389535 [details]
Patch
Comment 2 Antoine Quint 2020-02-03 10:26:43 PST
<rdar://problem/59106047>
Comment 3 Antoine Quint 2020-02-03 11:17:16 PST
So webanimations/opacity-accelerated-animation-finishes-before-removal.html is failing on WK1, which is expected since it doesn't composite opacity animations alone. Will use "transform" instead when landing so that it works across both WK1 and WK2.
Comment 4 Antoine Quint 2020-02-03 14:16:53 PST
Committed r255593: <https://trac.webkit.org/changeset/255593>