fix gold/glow + pat

remotes/1693176582716663532/tmp_refs/heads/watchparty
gooseman 2022-11-10 20:48:42 -08:00
parent 803ce06712
commit ede1e64084
1 changed files with 12 additions and 10 deletions

View File

@ -4992,13 +4992,14 @@ lite-youtube.lyt-activated > .lty-playbtn {
to {filter: sepia(1) saturate(3) drop-shadow(-1px 1px 3px gold)}
}
img.golden, img[g]:not([data-src]) {
animation-name: golden !important;
animation-duration: 1s !important;
animation-iteration-count: infinite !important;
animation-direction: alternate !important;
animation-timing-function: linear !important;
animation: golden 1s infinite alternate linear;
}
img[src="/i/hand.webp"]+img[g]:not([data-src]),
img[src="/i/hand.webp"]+img.golden {
animation: golden 1s infinite alternate linear,
pat-pfp-anim .3s infinite;
}
@keyframes glowing {
from {filter: sepia(1) hue-rotate(80deg) saturate(2)}
@ -5006,11 +5007,12 @@ img.golden, img[g]:not([data-src]) {
}
img[glow]:not([data-src]) {
animation-name: glowing !important;
animation-duration: 1s !important;
animation-iteration-count: infinite !important;
animation-direction: alternate !important;
animation-timing-function: linear !important;
animation: glowing 1s infinite alternate linear;
}
img[src="/i/hand.webp"]+img[glow]:not([data-src]) {
animation: glowing 1s infinite alternate linear,
pat-pfp-anim .3s infinite;
}
.text-black {