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

@LeaVerou Good point; my suggestion definitely doesn't take all that into account. However, I think the problem still stands: we're starting to ask so much of the `*-gradient()` syntax that it's becoming pretty unwieldy. I suppose an associative array for a value is too much to hope for...?

```
background-image: gradient({
    direction: to bottom,
    shape: linear-gradient,
    stops: [
        #aabbcc 33% linear,
        #112233 33% ease,
        #ddeeff 67%
    ]
});
```

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


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

Received on Thursday, 12 August 2021 11:32:24 UTC