-
-
Save sabid/71499190c7471d315a308143084609b5 to your computer and use it in GitHub Desktop.
Magnific-Popup Blurred Background
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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