-
-
Save user44/b25de6a76c8c3b30e05bf40b6ed95e21 to your computer and use it in GitHub Desktop.
Revisions
-
agragregra revised this gist
Dec 23, 2015 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,9 @@ CSS: * { transition: filter .25s ease; } .mfp-wrap ~ * { filter: blur(1px); } Sass: -
agragregra revised this gist
Dec 23, 2015 . 1 changed file with 8 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,10 @@ CSS: .mfp-wrap ~ * { filter: blur(1px); } Sass: * transition: filter .25s ease .mfp-wrap ~ * filter: blur(5px) -
agragregra revised this gist
Dec 23, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ .mfp-wrap ~ * { filter: blur(1px); } -
agragregra created this gist
Dec 23, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ body.mfp-zoom-out-cur > :not(.mfp-wrap) * { filter: blur(1px); }