WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 68469
Bug 44181
Glass effects: Blurring elements below a given element
https://bugs.webkit.org/show_bug.cgi?id=44181
Summary
Glass effects: Blurring elements below a given element
Ben Lowery
Reported
2010-08-18 09:04:50 PDT
RGBA background colors are wonderful for creating a variety of effects, but I often wish I could apply a blur to an element in the stack, fuzzing out the elements below. This would be very similar to the glass effect on Windows Vista, or the "blur background" effect in iTerm on the Mac. I suggest adding a new rule to support this: #someDiv { opacity-blur: <blur radius>; }
Attachments
Add attachment
proposed patch, testcase, etc.
Dean Jackson
Comment 1
2011-04-17 15:25:07 PDT
You can theoretically do with with SVG(XML) filters. Get the background image, apply a blur filter, then composite it before the source graphic. I have not examined to see if this actually works in webkit at the moment.
Dean Jackson
Comment 2
2011-09-22 13:16:02 PDT
*** This bug has been marked as a duplicate of
bug 68469
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug