funny
vortex by Perseus333
Details
AuthorPerseus333
LicenseNo License
Categoryhttps://monkeytype.com/
Created
Updated
Size452 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name vortex
@version 20230830.10.43
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://monkeytype.com/") {
@keyframes moveRotateFade {
0% {
transform: translate(0,0) rotate(0deg);
opacity: 1;
}
100% {
transform: translate(200%, -200%) rotate(360deg);
opacity: 0;
}
}
#words .word:not(.word.active~.word):not(.word.active) {
animation: moveRotateFade 1s ease-out forwards;
}
}