- From: Adam Argyle via GitHub <sysbot+gh@w3.org>
- Date: Fri, 01 Nov 2024 23:47:17 +0000
- To: public-css-archive@w3.org
I really like this proposal! [2015](https://tympanus.net/codrops/2015/04/08/motion-blur-effect-svg/) is when I learned SVG could do x or y blur effects from [SVG filters](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/feGaussianBlur)([demo](https://tympanus.net/Tutorials/MotionBlurEffect/)). I think this proposal should move as much into CSS as possible and detach itself from the SVG dependency. I want that progressive motion blur right now 🙂 I've tried emulating it before with today's blur filters and gradients/masks, but never matched the effect. Great examples, and a solid syntax proposal imo. It's also a great complimentary proposal to https://github.com/w3c/csswg-drafts/issues/3837. This "motion blur effects" proposal offers specific functions, which give great control but would need manual transitions/keyframes in order to animate; while proposal https://github.com/w3c/csswg-drafts/issues/3837 is automatic and adapts blur amounts to the distance | difference pixels incur during animation. -- GitHub Notification of comment by argyleink Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11134#issuecomment-2452728207 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 1 November 2024 23:47:18 UTC