mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
design: smooth progress bar animations
This commit is contained in:
parent
a76038bac4
commit
f4f813d108
@ -7,6 +7,8 @@
|
|||||||
|
|
||||||
div {
|
div {
|
||||||
background-color: var(--progress-bar-color);
|
background-color: var(--progress-bar-color);
|
||||||
|
transition: width 0.2s ease-in-out;
|
||||||
|
|
||||||
&[data-indeterminate] {
|
&[data-indeterminate] {
|
||||||
background-color: unset;
|
background-color: unset;
|
||||||
background-image: linear-gradient(
|
background-image: linear-gradient(
|
||||||
|
Loading…
Reference in New Issue
Block a user