Show HN: CSS Filter Effects
21–27 of 27 posts
Re: Show HN: CSS Filter Effects
#22These 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.
Re: Show HN: CSS Filter Effects
#23Doesn't seem to work with firefox/linux.
Re: Show HN: CSS Filter Effects
#24Re: Show HN: CSS Filter Effects
#25In 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.
Re: Show HN: CSS Filter Effects
#26These 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.
Re: Show HN: CSS Filter Effects
#27In 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.
“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.”