Bug 234702 - Experiment with user specified interpolation color spaces for animations of colors
Summary: Experiment with user specified interpolation color spaces for animations of c...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-12-27 11:33 PST by Sam Weinig
Modified: 2022-01-30 23:43 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2021-12-27 11:33:37 PST
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.
Comment 1 Radar WebKit Bug Importer 2022-01-03 11:34:18 PST
<rdar://problem/87070224>
Comment 2 Antoine Quint 2022-01-30 23:43:17 PST
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.