Spaces:
Running
Running
Update src/components/loader/loader.css
Browse files
src/components/loader/loader.css
CHANGED
@@ -198,4 +198,5 @@
|
|
198 |
height: 100%;
|
199 |
width: 0;
|
200 |
background-color: white;
|
|
|
201 |
}
|
|
|
198 |
height: 100%;
|
199 |
width: 0;
|
200 |
background-color: white;
|
201 |
+
transition: width 200ms ease-in-out;
|
202 |
}
|