Bug 234702
| Summary: | Experiment with user specified interpolation color spaces for animations of colors | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Weinig <sam> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | graouts, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sam Weinig
Now that we have user specified interpolation of gradient color stops, we should how to extend this to CSS Animations and WebAnimations.
See https://bugs.webkit.org/show_bug.cgi?id=208465 for more thoughts on this.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/87070224>
Antoine Quint
If I understand https://drafts.csswg.org/css-images-4/#linear-gradients correctly,<color-interpolation-method> is part of the linear-gradient property itself. If that's correct, then I don't think animation specifications need to address this, but the relevant spec should define how interpolation works with that keyword present or absent.