Skip to content

Instantly share code, notes, and snippets.

@sabid
Forked from agragregra/mfp-blurred.css
Created September 5, 2017 01:07
Show Gist options
  • Save sabid/71499190c7471d315a308143084609b5 to your computer and use it in GitHub Desktop.
Save sabid/71499190c7471d315a308143084609b5 to your computer and use it in GitHub Desktop.
Magnific-Popup Blurred Background
CSS:
* {
transition: filter .25s ease;
}
.mfp-wrap ~ * {
filter: blur(1px);
}
Sass:
*
transition: filter .25s ease
.mfp-wrap ~ *
filter: blur(5px)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment