css-triggers
css-triggers copied to clipboard
`filter` property is missing
in the same vein, it would be great to get the color legend for Layout, Paint, Composite back as well.

Thanks so much for this resource!
I think he rather talked about the css property named filter.
But I support your idea too, it would be much clearer.
+1
+1
+1
The search bar (for filtering the list of properties) has been added to csstriggers.com :)
Started to test this (in case no one else is working on it), but I have a question.
This is vendor-prefixed in Blink, but not Edge/Gecko/Webkit. As such, should there be two entries in the matrix, one for -webkit-filter and one for filter?
I don’t think we are using prefixes anywhere else so I’d say just call it filter for all browsers.
I assume @paullewis will stop me if I’m wrong ;)
Any progress on this? I've been asked for a PR involving filter: blur() if it has perf/battery problems based on many articles between 2012-2016 on mobile battery life and perf issues. Pretty sure mobile hardware has come a long way even for low end devices, along with software(OS and browsers) improvements. Majority accelerate blur via GPU now right?
Any advice on how to profile?
did anyone find out whether the filter property would require the browser to re-paint.
@Jab2870 yes, filter require browser repaint
Could filter property be added to list? Looks like property supported by all browser engines
I see a comment noting that a re-paint is required. Does transition-property: filter; require a re-flow as well?