mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-29 18:27:33 +08:00
added earthquake
This commit is contained in:
parent
2239dbd04a
commit
30dcd3e314
2 changed files with 21 additions and 0 deletions
17
public/funbox/earthquake.css
Normal file
17
public/funbox/earthquake.css
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
@keyframes shake_dat_ass {
|
||||
0% { transform: translate(1px, 1px) rotate(0deg); }
|
||||
10% { transform: translate(-1px, -2px) rotate(-1deg); }
|
||||
20% { transform: translate(-3px, 0px) rotate(1deg); }
|
||||
30% { transform: translate(3px, 2px) rotate(0deg); }
|
||||
40% { transform: translate(1px, -1px) rotate(1deg); }
|
||||
50% { transform: translate(-1px, 2px) rotate(-1deg); }
|
||||
60% { transform: translate(-3px, 1px) rotate(0deg); }
|
||||
70% { transform: translate(3px, 1px) rotate(-1deg); }
|
||||
80% { transform: translate(-1px, -1px) rotate(1deg); }
|
||||
90% { transform: translate(1px, 2px) rotate(0deg); }
|
||||
100% { transform: translate(1px, -2px) rotate(-1deg); }
|
||||
}
|
||||
|
||||
letter {
|
||||
animation: shake_dat_ass .25s infinite linear;
|
||||
}
|
||||
|
|
@ -25,5 +25,9 @@
|
|||
{
|
||||
"name": "rAnDoMcAsE",
|
||||
"type": "script"
|
||||
},
|
||||
{
|
||||
"name": "earthquake",
|
||||
"type": "style"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Reference in a new issue