Spinny pfp

This commit is contained in:
bingus_violet 2024-04-18 23:50:10 -05:00
parent ace19a693d
commit 689e66e1d5
8 changed files with 44 additions and 10 deletions

View file

@ -54,12 +54,10 @@
transform: scale(0.9);
border-radius: 50%;
rotate: 0deg;
}
.pfp:active {
rotate: 7200deg;
transform: scale(1.1);
transition: all 5s cubic-bezier(0.445, 0.05, 0.55, 0.95) !important;
animation-duration: 2s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
.CLAlign {