Bug 265940 - [web-animations] decouple animation event dispatch and style resolution during animation resolution
Summary: [web-animations] decouple animation event dispatch and style resolution durin...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-12-06 07:04 PST by Antoine Quint
Modified: 2023-12-13 07:05 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2023-12-06 07:04:52 PST
During the review process of bug 265936, Antti made this comment (https://github.com/WebKit/WebKit/pull/21385#discussion_r1417284307):

"Optimally we would not even enter style update code if event generation is the only reason we are ticking."

We should look into decoupling style resolution and animation event dispatch as reasons to schedule animation resolution so that we only do both of those things if necessary.
Comment 1 Radar WebKit Bug Importer 2023-12-13 07:05:20 PST
<rdar://problem/119611457>