Bug 271365

Summary: [web-animations] add support for canceling style-originated animations silently
Product: WebKit Reporter: Antoine Quint <graouts>
Component: AnimationsAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, graouts, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 267762    

Antoine Quint
Reported 2024-03-21 00:49:38 PDT
When we will be adding animation support for the `display` property (see bug 267762) we will need to resolve animations even when the underlying style has `display: none` to see whether animations yield a different value. In that process, we may create style-originated animations that will ultimately be canceled once we're certain `display: none` is still set. In 276414@main we created a list of style-originated animations created during a style update. We must now add support for canceling that group of style-originated animations in a way that is not script observable, or "silently" in Web Animations parlance.
Attachments
Antoine Quint
Comment 1 2024-03-21 00:52:19 PDT
EWS
Comment 2 2024-03-21 03:29:16 PDT
Committed 276453@main (28a06fc72f32): <https://commits.webkit.org/276453@main> Reviewed commits have been landed. Closing PR #26231 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-03-21 03:30:15 PDT
Note You need to log in before you can comment on or make changes to this bug.