Bug 267762 - [web-animations] add animation support for the `display` property
Summary: [web-animations] add animation support for the `display` property
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
: 270972 (view as bug list)
Depends on: 268366 271311 271365 271372 271375 271386
Blocks: 259192
  Show dependency treegraph
 
Reported: 2024-01-19 06:45 PST by Antoine Quint
Modified: 2024-03-22 13:53 PDT (History)
6 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 2024-01-19 06:45:31 PST
The `display` property has been made animatable as a discrete property:

https://drafts.csswg.org/css-display-4/#the-display-properties
https://drafts.csswg.org/css-display-4/#display-animation
Comment 1 Antoine Quint 2024-01-19 06:47:43 PST
Pull request: https://github.com/WebKit/WebKit/pull/22974
Comment 2 Radar WebKit Bug Importer 2024-01-26 06:46:14 PST
<rdar://problem/121662911>
Comment 3 Tim Nguyen (:ntim) 2024-03-14 09:19:35 PDT
*** Bug 270972 has been marked as a duplicate of this bug. ***
Comment 4 Antoine Quint 2024-03-20 11:12:30 PDT
Pull request: https://github.com/WebKit/WebKit/pull/26187
Comment 5 Antoine Quint 2024-03-21 09:10:49 PDT
Disregard the various pull requests for this patch, there will not be a code change here, this is just an umbrella bug for the various subtasks marked as blockers.
Comment 6 Antoine Quint 2024-03-22 13:53:49 PDT
All subtasks are complete, this feature is now complete.