Changes

Jump to navigation Jump to search
Safari 4.0 support?
Line 8: Line 8:  
}
 
}
 
#youknowwhatfuckyou{
 
#youknowwhatfuckyou{
 +
  -webkit-animation: normalize 3s 20s forwards;
 
   animation: normalize 3s 20s forwards;
 
   animation: normalize 3s 20s forwards;
 
}
 
}
 
#youknowwhatfuckyou a{
 
#youknowwhatfuckyou a{
 +
  -webkit-animation: normalize 3s 20s forwards;
 
   animation: normalize 3s 20s forwards;
 
   animation: normalize 3s 20s forwards;
 
}
 
}
Line 34: Line 36:  
   color:red;
 
   color:red;
 
   opacity: 0%;
 
   opacity: 0%;
   animation: HiThere 5s 24s forwards;
+
   -webkit-animation: HiThere 5s 24s forwards;
 
   z-index:9999;
 
   z-index:9999;
 
   width: 0;
 
   width: 0;
Line 51: Line 53:  
   color:red;
 
   color:red;
 
   opacity: 0%;
 
   opacity: 0%;
   animation-name:
+
   -webkit-animation-name:
 
     YOUCANNOTSEEME, okaynowyoucan;
 
     YOUCANNOTSEEME, okaynowyoucan;
   animation-duration:
+
   -webkit-animation-duration:
 
     0s, 1s;
 
     0s, 1s;
   animation-delay: 23s, 23s;
+
   -webkit-animation-delay: 23s, 23s;
   animation-timing-function:
+
   -webkit-animation-timing-function:
 
     ease-in, ease-out;
 
     ease-in, ease-out;
 
   /*animation-iteration-count:
 
   /*animation-iteration-count:
 
     1, 1;*/
 
     1, 1;*/
   animation-fill-mode: forwards, forwards;
+
   -webkit-animation-fill-mode: forwards, forwards;
 
   z-index:9998;
 
   z-index:9998;
 
   background:#000;
 
   background:#000;
Line 68: Line 70:  
html, body {margin: 0; height: 100%; overflow: hidden;}
 
html, body {margin: 0; height: 100%; overflow: hidden;}
   −
@keyframes blow-the-fuck-up{
+
@-webkit-keyframes blow-the-fuck-up{
 
     0%  { }
 
     0%  { }
     100% {transform:translate(-50%, -100%);font-size:100rem;}
+
     100% {-webkit-transform:translate(-50%, -100%);font-size:100rem;}
 
}
 
}
@keyframes YOUCANNOTSEEME{
+
@-webkit-keyframes YOUCANNOTSEEME{
 
     0%  { }
 
     0%  { }
 
     100% {
 
     100% {
Line 78: Line 80:  
   height: 100%;}
 
   height: 100%;}
 
}
 
}
@keyframes normalize{
+
@-webkit-keyframes normalize{
 
     0%  { }
 
     0%  { }
 
     100% {color:#202122;background-image:none;}
 
     100% {color:#202122;background-image:none;}
 
}
 
}
@keyframes okaynowyoucan{
+
@-webkit-keyframes okaynowyoucan{
 
0% {}
 
0% {}
 
100% {opacity: 100%;}
 
100% {opacity: 100%;}
 
}
 
}
@keyframes BEGONE-FOUL-WITCH{
+
@-webkit-keyframes BEGONE-FOUL-WITCH{
 
     0%  { }
 
     0%  { }
 
     50% {opacity:0%;}
 
     50% {opacity:0%;}
 
     100% {opacity:0%;}
 
     100% {opacity:0%;}
 
}
 
}
@keyframes HiThere{
+
@-webkit-keyframes HiThere{
 
     0%  {transform:translate(-50%,-150%);
 
     0%  {transform:translate(-50%,-150%);
 
   width: auto;
 
   width: auto;
Line 99: Line 101:  
}
 
}
 
#mw-panel, #mw-head{
 
#mw-panel, #mw-head{
animation: BEGONE-FOUL-WITCH 3s 20s forwards;
+
-webkit-animation: BEGONE-FOUL-WITCH 3s 20s forwards;
 
}
 
}
    
#explode > *{
 
#explode > *{
-moz-transition: all 3s linear;
+
    -moz-transition: all 3s linear;
 
     -o-transition: all 3s linear;
 
     -o-transition: all 3s linear;
 
     -webkit-transition: all 3s linear;
 
     -webkit-transition: all 3s linear;
Line 118: Line 120:  
     padding: 0;
 
     padding: 0;
 
     line-height: 1.4rem;
 
     line-height: 1.4rem;
animation: blow-the-fuck-up 3s 20s forwards;
+
    -webkit-animation: blow-the-fuck-up 3s 20s forwards;
 
}
 
}
 
}}
 
}}
1,258

edits

Navigation menu