Does svelte have built-in support for tweening/easing between two colors, or should I write my own interpolation function for that?
I want a div to change background color, and I could supply the CSS color any way.
Does svelte have built-in support for tweening/easing between two colors, or should I write my own interpolation function for that?
I want a div to change background color, and I could supply the CSS color any way.