mirror of
https://github.com/setube/ogame-vue-ts.git
synced 2026-05-12 07:55:11 +08:00
1.6.0更新
This commit is contained in:
@@ -72,15 +72,15 @@ html.light {
|
||||
/* 队列添加动画 - 脉冲效果 */
|
||||
@keyframes queue-pulse-animation {
|
||||
0% {
|
||||
transform: scale(1);
|
||||
transform: scale3d(1, 1, 1);
|
||||
box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
|
||||
}
|
||||
50% {
|
||||
transform: scale(1.1);
|
||||
transform: scale3d(1.1, 1.1, 1);
|
||||
box-shadow: 0 0 0 8px rgba(34, 197, 94, 0);
|
||||
}
|
||||
100% {
|
||||
transform: scale(1);
|
||||
transform: scale3d(1, 1, 1);
|
||||
box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user