fix(frontend): blinkアニメーションが動作していないのを修正
This commit is contained in:
@@ -480,7 +480,11 @@ html[data-color-scheme=dark] ._woodenFrame {
|
||||
transform: scale(0.9);
|
||||
}
|
||||
|
||||
@keyframes global-blink {
|
||||
._blink {
|
||||
animation: blink 1s infinite;
|
||||
}
|
||||
|
||||
@keyframes blink {
|
||||
0% { opacity: 1; transform: scale(1); }
|
||||
30% { opacity: 1; transform: scale(1); }
|
||||
90% { opacity: 0; transform: scale(0.5); }
|
||||
|
Reference in New Issue
Block a user