Skip to content

Instantly share code, notes, and snippets.

@agragregra
Last active July 4, 2023 22:22
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 15 You must be signed in to fork a gist
  • Save agragregra/217db4b6fa8afdefec5f to your computer and use it in GitHub Desktop.
Save agragregra/217db4b6fa8afdefec5f 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