Skip to content

Instantly share code, notes, and snippets.

@yuriitaran
Forked from agragregra/mfp-blurred.css
Created February 4, 2018 11:05
Show Gist options
  • Save yuriitaran/ea6f1c357991d177b4ca610a94980f78 to your computer and use it in GitHub Desktop.
Save yuriitaran/ea6f1c357991d177b4ca610a94980f78 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