Css – Is it possible to use <hue-interpolation-method> with animations or transitions?
Is it possible to specify a <hue-interpolation-method> for anything other than gradients; specifically: transitions or animations? .box { width: 300px; height: 50px; } .box.gradient { background: linear-gradient(90deg in hsl longer hue, red, blue); } .box.transition { background: red; transition: 1s…