Show HN: CSS Filter Effects
cssreflex.com
Show HN: CSS Filter Effects
1–10 of 27 posts
Re: Show HN: CSS Filter Effects
#2These 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
#3These 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?
Re: Show HN: CSS Filter Effects
#4Doesn't seem to work with firefox/linux.
Re: Show HN: CSS Filter Effects
#5Doesn't seem to work with firefox/linux.
Works on ff 37.0.2
Re: Show HN: CSS Filter Effects
#6Cool stuff. Alternatively you could embed images in SVG and apply SVG filters, but it's quite more complicated.
Re: Show HN: CSS Filter Effects
#7Is there any difference between opacity and filter: opacity ?
Re: Show HN: CSS Filter Effects
#8Small typo on "Hue Roatate" FYI
Re: Show HN: CSS Filter Effects
#9Re: Show HN: CSS Filter Effects
#10Small typo on "Hue Roatate" FYI
Fixed it, thanks!