Re: [csswg-drafts] Motion Blur Effects (#11134)

I really like this idea, but adding it as part of the syntax of the `blur()` function makes more sense. Maybe something like 

- `filter: blur(20px, 0deg, linear);`
- `filter: blur(10px, at center, radial);`
- `filter: blur(10px, to bottom, progressive);` 
 
The keywords "at center" and "to bottom" would have a numeric equivalent like `linear-gradient()` and `radial-gradient()` do? 

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


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

Received on Sunday, 3 November 2024 12:54:57 UTC