added blink to progress bar

This commit is contained in:
Integral Team 2019-09-11 15:18:11 +07:00
parent 0bfb1dee90
commit d6fabfbb6f

View file

@ -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;