Bug 288912
| Summary: | [scroll-animations] `entry` and `exit` timeline ranges should be expressed in terms of other ranges | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Animations | Assignee: | Antoine Quint <graouts> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | graouts, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Antoine Quint
The `exit` and `entry` timeline ranges are expressed in the spec in terms of values of the `contain` and `cover` ranges. Our current implementation deals with this with handling those values in shared switch cases, but it does not yield the expected behavior since depending on the subject size, the start and end values can be switched.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/41712
EWS
Committed 291438@main (e4cccf6e149c): <https://commits.webkit.org/291438@main>
Reviewed commits have been landed. Closing PR #41712 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/145924452>