Bug 203611 - [Web Animations] Precompute an animation effect's active duration and end time
Summary: [Web Animations] Precompute an animation effect's active duration and end time
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: 2019-10-30 08:07 PDT by Antoine Quint
Modified: 2019-10-30 11:30 PDT (History)
2 users (show)

See Also:


Attachments
Patch (13.93 KB, patch)
2019-10-30 08:11 PDT, 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 2019-10-30 08:07:12 PDT
[Web Animations] Precompute an animation effect's active duration and end time
Comment 1 Antoine Quint 2019-10-30 08:11:00 PDT
Created attachment 382312 [details]
Patch
Comment 2 Radar WebKit Bug Importer 2019-10-30 08:12:32 PDT
<rdar://problem/56744205>
Comment 3 Dean Jackson 2019-10-30 10:16:45 PDT
Comment on attachment 382312 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=382312&action=review

> Source/WebCore/ChangeLog:11
> +        longer require the dynamic computation of all the other timing properties in AnimatioEffect::getBasicTiming(),

Typo Animatio
Comment 4 Antoine Quint 2019-10-30 11:30:10 PDT
Committed r251785: <https://trac.webkit.org/changeset/251785>