Live data from Hacker News

Show HN: CSS Filter Effects

cssreflex.com

21–27 of 27 posts

Re: Show HN: CSS Filter Effects

#22

These are cool, but seems like in cases where you want to blur something out on an image you should do so in photoshop on the actual image and not with css. Otherwise someone could just use element inspector to delete the blur effect.

In those cases you are correct, but what if you're building a cloud based SAAS that lets users manipulate photos, then save the result? This stuff has a lot of uses.

Re: Show HN: CSS Filter Effects

#26

These css effects are pretty cool. But front-enders beware, they can be supersuper slow when trying to animate or even scroll (especially on mobile). If you want to use blurred images let a server do the burring for you.

Yea, they seem to be too expensive to use for full page effects, but I haven't found them to impact performance if used with parsimony on a few select elements with no children.

Re: Show HN: CSS Filter Effects

#27
post #14

In Safari, the blur effect should not extend over the boundaries of the object. Is that a bug or a feature? Btw, there are some interesting ideas for sliding captchas.

[Spec](http://dev.w3.org/fxtf/filters/#filter-region-for-shorthands) hints at this being expected behavior:

“Furthermore, if a shorthand filter expands this visible area like it is the case for or the filter region must cover this area as well.”

Post reply on HN