consolidate code in preparation for next commit

master
Aevann 2024-11-15 18:17:49 +02:00
parent d973d3f70d
commit b5b6d256d5
1 changed files with 9 additions and 9 deletions

View File

@ -5426,14 +5426,6 @@ span > img[src$="/i/hand.webp"]+img[src$="/i/talking.webp"]~img {
object-fit: contain; object-fit: contain;
} }
span[bounce] {
animation: pat-pfp-anim 0.6s infinite;
transform-origin: bottom center;
text-align: center;
object-fit: contain;
display: inline-block;
}
span > img[src$="/i/talking.webp"]~img { span > img[src$="/i/talking.webp"]~img {
margin-top: 22%; margin-top: 22%;
} }
@ -5507,13 +5499,21 @@ span > img[src$="/i/love-background.webp"] {
100% { transform: scale(0, 0) rotate(360deg) } 100% { transform: scale(0, 0) rotate(360deg) }
} }
span[bounce] {
animation: pat-pfp-anim 0.6s infinite;
transform-origin: bottom center;
text-align: center;
object-fit: contain;
display: inline-block;
}
.cide, span[cide] { .cide, span[cide] {
display: inline-block; display: inline-block;
animation: cide-anim 2s infinite; animation: cide-anim 2s infinite;
animation-timing-function: linear; animation-timing-function: linear;
} }
[cide] [cide], [bounce] [bounce] { [bounce] [bounce], [cide] [cide] {
animation: none; animation: none;
} }