Live data from Hacker News

Show HN: CSS Filter Effects

cssreflex.com

1–10 of 27 posts

Re: Show HN: CSS Filter Effects

#2
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.

Re: Show HN: CSS Filter Effects

#3

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.

Or blur with canvas, so you only do the client-side operation once?
Post reply on HN