Line 37:
Line 37:
opacity: 0%;
opacity: 0%;
-webkit-animation: HiThere 5s 24s forwards;
-webkit-animation: HiThere 5s 24s forwards;
+
animation: HiThere 5s 24s forwards;
z-index:9999;
z-index:9999;
width: 0;
width: 0;
Line 54:
Line 55:
opacity: 0%;
opacity: 0%;
-webkit-animation-name:
-webkit-animation-name:
+
YOUCANNOTSEEME, okaynowyoucan;
+
animation-name:
YOUCANNOTSEEME, okaynowyoucan;
YOUCANNOTSEEME, okaynowyoucan;
-webkit-animation-duration:
-webkit-animation-duration:
+
0s, 1s;
+
animation-duration:
0s, 1s;
0s, 1s;
-webkit-animation-delay: 23s, 23s;
-webkit-animation-delay: 23s, 23s;
+
animation-delay: 23s, 23s;
-webkit-animation-timing-function:
-webkit-animation-timing-function:
+
animation-timing-function:
ease-in, ease-out;
ease-in, ease-out;
/*animation-iteration-count:
/*animation-iteration-count:
1, 1;*/
1, 1;*/
-webkit-animation-fill-mode: forwards, forwards;
-webkit-animation-fill-mode: forwards, forwards;
+
animation-fill-mode: forwards, forwards;
z-index:9998;
z-index:9998;
background:#000;
background:#000;
Line 73:
Line 81:
0% { }
0% { }
100% {-webkit-transform:translate(-50%, -100%);font-size:100rem;}
100% {-webkit-transform:translate(-50%, -100%);font-size:100rem;}
+
}
+
@keyframes blow-the-fuck-up{
+
0% { }
+
100% {transform:translate(-50%, -100%);font-size:100rem;}
}
}
@-webkit-keyframes YOUCANNOTSEEME{
@-webkit-keyframes YOUCANNOTSEEME{
+
0% { }
+
100% {
+
width: 100%;
+
height: 100%;}
+
}
+
@keyframes YOUCANNOTSEEME{
0% { }
0% { }
100% {
100% {
Line 81:
Line 99:
}
}
@-webkit-keyframes normalize{
@-webkit-keyframes normalize{
+
0% { }
+
100% {color:#202122;background-image:none;}
+
}
+
@keyframes normalize{
0% { }
0% { }
100% {color:#202122;background-image:none;}
100% {color:#202122;background-image:none;}
}
}
@-webkit-keyframes okaynowyoucan{
@-webkit-keyframes okaynowyoucan{
+
0% {}
+
100% {opacity: 100%;}
+
}
+
@keyframes okaynowyoucan{
0% {}
0% {}
100% {opacity: 100%;}
100% {opacity: 100%;}
Line 93:
Line 119:
100% {opacity:0%;}
100% {opacity:0%;}
}
}
−
@-webkit-keyframes HiThere{
+
+
@keyframes HiThere{
0% {transform:translate(-50%,-150%);
0% {transform:translate(-50%,-150%);
width: auto;
width: auto;
Line 102:
Line 129:
#mw-panel, #mw-head{
#mw-panel, #mw-head{
-webkit-animation: BEGONE-FOUL-WITCH 3s 20s forwards;
-webkit-animation: BEGONE-FOUL-WITCH 3s 20s forwards;
+
webkit-animation: BEGONE-FOUL-WITCH 3s 20s forwards;
}
}
Line 121:
Line 149:
line-height: 1.4rem;
line-height: 1.4rem;
-webkit-animation: blow-the-fuck-up 3s 20s forwards;
-webkit-animation: blow-the-fuck-up 3s 20s forwards;
+
animation: blow-the-fuck-up 3s 20s forwards;
}
}
}}
}}