mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +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 {
|
@keyframes blink {
|
||||||
0% { opacity: 1; }
|
0% { opacity: 0.9; }
|
||||||
100% { opacity: 1; }
|
100% { opacity: 1; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
transition: width 500ms;
|
transition: width 500ms;
|
||||||
animation: blink 0.3s infinite alternate linear;
|
animation: blink 0.5s infinite alternate linear;
|
||||||
min-width: 16px;
|
min-width: 16px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue