Bug 271365
Summary: | [web-animations] add support for canceling style-originated animations silently | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antoine Quint <graouts> |
Component: | Animations | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/26231
EWS
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
<rdar://problem/125155449>