Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add blur to what's under section panes #79

Open
jiku opened this issue Oct 28, 2015 · 0 comments
Open

Add blur to what's under section panes #79

jiku opened this issue Oct 28, 2015 · 0 comments

Comments

@jiku
Copy link
Owner

jiku commented Oct 28, 2015

To make stuff easier to read. On hold for now (due to lack of client support and negative impact on performance).
Local branch: feature-blur-section-panes-issue-79

https://www.google.no/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=css%20blur%20background

backdrop-filter

Supposed, but doesn't seem to work in Safari 9.0.1 / OSX 10.10.5.

From this

can be used on top of [...] WebGL, and other dynamic content.

Poorly supported.
Can use Modernizr to detect support.

You can fake it with element() or SVG filters (see SVG below).

http://iamvdo.me/en/blog/advanced-css-filters
https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter
http://www.domneill.com/blog/posts/2015/07/28/my-favourite-new-features-in-webkit-and-safari/

CSS3 filters

Experiencing the same... i.e. section panes and content are blurred, while background isn't.

Seems well supported.
http://jordanhollinger.com/2014/01/29/css-gaussian-blur-behind-a-translucent-box/ (approach can't be easily used... duplicates and blurs a static background image)
https://css-tricks.com/frosting-glass-css-filters/ (same)

CSS-Filters Polyfill

PIXI, Two or THREE for section panes

Could be useful... not sure in practice.

SVG

Not sure it improves on CSS3 filters, or anything else... Seems often static. Cold be dynamic but there are performance costs?

http://stackoverflow.com/questions/14971288/div-disappears-after-applying-svg-gaussian-blur/30234445#30234445

blur.js

Deprecated?

Other/unsure (JS?)

http://codepen.io/rikschennink/pen/zvcgx
http://jsfiddle.net/jhiggins/MqvdQ/10/
https://www.reddit.com/r/webdev/comments/1myjfh/proof_of_concept_ios7like_gaussian_blur_sticky/ccdud34

http://codepen.io/anthonyadamski/pen/yJBpd

http://codepen.io/Kseso/pen/JBrcD (Great windows, seems underperformant?)

@jiku jiku self-assigned this Oct 28, 2015
@jiku jiku added this to the 1.0 milestone Oct 28, 2015
@jiku jiku changed the title Add gaussian blur to section panes Add blur to what's under section panes Oct 28, 2015
@jiku jiku removed the in progress label Oct 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant