Bug 234702

Summary: Experiment with user specified interpolation color spaces for animations of colors
Product: WebKit Reporter: Sam Weinig <sam>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: graouts, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

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.