nominate animation

This commit is contained in:
2025-08-03 13:56:41 +02:00
parent 80eb434cde
commit 5ee177e4cf
3 changed files with 41 additions and 29 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
}
.bg-game-show.animate {
animation: rotate_bg 5s cubic-bezier(0.55, 0.45, 0.45, 0.55) infinite;
animation: rotate_bg 1.5s ease-in-out;
}
@keyframes rotate_bg {