soiz1 commited on
Commit
1cbe5bc
·
verified ·
1 Parent(s): 9a90e98

Update src/components/loader/loader.css

Browse files
Files changed (1) hide show
  1. src/components/loader/loader.css +1 -0
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
  }