Re: [csswg-drafts] [css-images] Add easing functions to color stops (#1332)

It seems like everyone wants so much from background gradients that perhaps the time has come to break it out from the confines of `background-image`, into its own set of `background-gradient-____` CSS rules. Something like this, perhaps:
```
background-gradient-direction: [to top / 45deg / etc];
background-gradient-shape: [linear / circular / conic / hexagonal / yermom ];
background-gradient-color-stops: #bada55 45%, rebeccapurple 83%;
background-gradient-easing: [linear / ease / etc];
// etc...
```

-- 
GitHub Notification of comment by proimage
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1332#issuecomment-895934329 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 10 August 2021 11:00:58 UTC