- From: Adam Argyle via GitHub <sysbot+gh@w3.org>
- Date: Thu, 13 Jun 2019 17:55:32 +0000
- To: public-css-archive@w3.org
yep, from the above thread folks have expressed desire to leave the syntax open to effects other than motion blur, which influenced the syntax to its current state of `motion-rendering`. yep, like squash and stretch, smear, etc. another value add of this adjustment to `transform-filter` is that you could compose filter effects like we can today. could be something like: ```css transform-filter: motion-smear(10%) motion-blur() pixelate(50%); ``` i'm making things up in there, but that's what's nice, future additions can show up and travel down a paved path. -- GitHub Notification of comment by argyleink Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3837#issuecomment-501813235 using your GitHub account
Received on Thursday, 13 June 2019 17:55:34 UTC