Makes bounce twice as long as pat

pull/190/head
Chuck 2023-08-11 14:30:21 -07:00
parent de11cfebf8
commit 05019ddc4d
1 changed files with 9 additions and 1 deletions

View File

@ -5547,7 +5547,7 @@ span > img[src$="/i/hand.webp"]+img[src$="/i/talking.webp"] {
padding-top: 20%;
padding-right: 5%;
}
span > img[src$="/i/hand.webp"]+img[src$="/i/talking.webp"]~img, span[bounce] {
span > img[src$="/i/hand.webp"]+img[src$="/i/talking.webp"]~img {
animation: pat-pfp-anim 0.3s infinite;
transform-origin: bottom center;
margin-top: 20%;
@ -5555,6 +5555,14 @@ span > img[src$="/i/hand.webp"]+img[src$="/i/talking.webp"]~img, span[bounce] {
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 {
margin-top: 22%;
}