mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
added blink to progress bar
This commit is contained in:
parent
0bfb1dee90
commit
d6fabfbb6f
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
}
|
||||
|
||||
@keyframes blink {
|
||||
0% { opacity: 1; }
|
||||
0% { opacity: 0.9; }
|
||||
100% { opacity: 1; }
|
||||
}
|
||||
|
||||
|
@ -72,7 +72,7 @@
|
|||
height: 100%;
|
||||
border-radius: 8px;
|
||||
transition: width 500ms;
|
||||
animation: blink 0.3s infinite alternate linear;
|
||||
animation: blink 0.5s infinite alternate linear;
|
||||
min-width: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue