Experimenting with the menu slide animation.

This commit is contained in:
Daniel Scalzi
2018-04-26 03:49:45 -04:00
parent 6e55442b25
commit 22f5eabe49
3 changed files with 43 additions and 0 deletions

View File

@@ -13,6 +13,9 @@
#main {
height: calc(100% - 22px);
background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
width: 100%;
position: absolute;
z-index: 10;
}
#main[overlay] {
filter: blur(3px) contrast(0.9) brightness(1.0);