(Created page with "{{#css: #skeleton { animation: run 60s linear; } @keyframes run { 0% {transform: scale(0.1,0.1);} 100% {transform: scale(4,4);} }}{{Fuck3}}{{Lights off}} <div id="skeleton...")
 
 
(49 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{#css:
 
{{#css:
 
#skeleton {
 
#skeleton {
     animation: run 60s linear;
+
     animation: run 30s linear 1 forwards;
 
}
 
}
 
@keyframes run {
 
@keyframes run {
 
0% {transform: scale(0.1,0.1);}
 
0% {transform: scale(0.1,0.1);}
 
100% {transform: scale(4,4);}
 
100% {transform: scale(4,4);}
}}{{Fuck3}}{{Lights off}}
+
}
<div id="skeleton">[[File:SKELETON.gif|center|link=]]</div>
+
#you-died {
 +
    animation: die 100s linear 1 forwards;
 +
}
 +
@keyframes die {
 +
  0% { opacity: 0; }
 +
  28% { opacity: 0; }
 +
  30% { opacity: 1; }
 +
  100% { opacity: 1; }
 +
}
 +
#shotgun {
 +
    animation: doom 100s linear 1 forwards;
 +
}
 +
@keyframes doom {
 +
  0% { opacity: 1; }
 +
  28% { opacity: 1; }
 +
  30% { opacity: 0; }
 +
  100% { opacity: 0; }
 +
}
 +
#ghost {
 +
    animation: ghosty 0s linear 30s 1 forwards;
 +
}
 +
@keyframes ghosty {
 +
    to {
 +
        visibility:hidden;
 +
    }
 +
}
 +
#demon {
 +
    animation: lemon 0s linear 100s 1 forwards;
 +
}
 +
@keyframes lemon {
 +
  0% { visibility: hidden; }
 +
  28% { visibility: hidden; }
 +
  30% { visibility: visible; }
 +
  100% { visibility: visible; }
 +
}
 +
}
 +
}}{{Fuck3}}{{custom reverie|#050606|#050606||#050606}}
 +
[[File:Epic Manuever.mp3|center]]
 +
{{Loop|9|<br>}}
 +
<div id="demon"><div id="you-died"><div style="position: absolute; left: -4%; bottom: -30%; z-index: -9000;">[[File:YOU DIED.png|link=Death|2000px]]</div></div></div>
 +
<div id="ghost"><div id="shotgun"><div id="skeleton">[[File:SKELETON.gif|center|link=Win]]</div></div></div>
 +
<div id="ghost"><div id="shotgun"><div style="position: fixed; left: 45%; bottom: 0%; z-index: 9000;">{{Crisp edges|[[File:Super Shotgun.png|link=|200px]]}}</div></div></div>
 +
{{nocat}}[[Category:Skeletons]][[Category:Scary]][[Category:Bosses]]

Latest revision as of 23:00, 11 June 2023