diff --git a/index.html b/index.html index a6454f3..6d6d0f6 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@ munson
+

r i @@ -118,7 +119,7 @@ - + @@ -129,5 +130,5 @@ -

+ diff --git a/style.css b/style.css index 671c550..2b971b4 100644 --- a/style.css +++ b/style.css @@ -352,6 +352,7 @@ html.dither>body>div>div{ transform: translateX(calc(80vw - 100%)); } } + @keyframes scale { from { transform: scale3d(100%, 100%, 100%); @@ -359,4 +360,38 @@ html.dither>body>div>div{ to { transform: scale3d(120%, 120%, 120%); } +} + +html.flash>body>div>div>div>menu { + animation: epilepsy .25s linear infinite; +} + +.flashy { + margin: 0; + padding: 0; + list-style:none; + position: absolute; + width: 100%; + height: 100%; + z-index: 10; + overflow: scroll; + pointer-events: none; +} + +@keyframes epilepsy { + 0%, 100% { + background-color: rgba(255,0,0,.4); + } + 20% { + background-color: rgba(255,255,0,.4); + } + 40% { + background-color: rgba(0,255,0,.4); + } + 60% { + background-color: rgba(0,255,255,.4); + } + 80% { + background-color: rgba(0,0,255,.4); + } } \ No newline at end of file