Bug 207130 - [Web Animations] Accelerated animations don't run until their natural completion
Summary: [Web Animations] Accelerated animations don't run until their natural completion
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-02-03 10:14 PST by Antoine Quint
Modified: 2020-02-03 14:16 PST (History)
2 users (show)

See Also:


Attachments
Patch (8.84 KB, patch)
2020-02-03 10:25 PST, Antoine Quint
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>