Line 12:
Line 12:
#scratchcat img, body {
#scratchcat img, body {
animation: rotatey 1s linear forwards;
animation: rotatey 1s linear forwards;
+
} .wrong-way {
+
animation: other-rotatey 1s linear forwards;
}
}
Line 17:
Line 19:
0% {transform:rotate(0);}
0% {transform:rotate(0);}
100% {transform:rotate(-15deg);}
100% {transform:rotate(-15deg);}
+
} @keyframes other-rotatey {
+
0% {transform:rotate(0);}
+
100% {transform:rotate(15deg);}
}
}
}}
}}
Line 22:
Line 27:
== What it looks like when you place this block with a target the wiki {{astonished}} ==
== What it looks like when you place this block with a target the wiki {{astonished}} ==
+
<div class=wrong-way>[[File:Scratchsona.png|thumb|300px|WRONG WAY DUMBASS]]</div>
+
[[Category:Askew pages]]
[[Category:Askew pages]]
[[Category:Dynamic pages]]
[[Category:Dynamic pages]]