chore(frontend): tweak animation style

This commit is contained in:
syuilo 2024-11-15 18:00:20 +09:00
parent e26e24b610
commit d0cdc0b7a1
1 changed files with 6 additions and 9 deletions

View File

@ -497,20 +497,17 @@ html[data-color-scheme=dark] ._woodenFrame {
10%, 10%,
20% { 20% {
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); transform: scale3d(0.91, 0.91, 0.91) rotate3d(0, 0, 1, -2deg);
} }
30%, 30%,
50%, 70% {
70%, transform: scale3d(1.09, 1.09, 1.09) rotate3d(0, 0, 1, 2deg);
90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
} }
40%, 50%,
60%, 90% {
80% { transform: scale3d(1.09, 1.09, 1.09) rotate3d(0, 0, 1, -2deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
} }
to { to {