Update search loading animation delay to 500ms

Bug: T273093
Change-Id: I517bb80a9557c85607ae3588bb44dc83cbeb1dc0
This commit is contained in:
bwang 2021-06-24 12:13:31 -05:00 committed by Bernard Wang
parent 5029ce11e4
commit 0c8154f1bd
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
animation: /* name */ search-loader-progress-bar
/* duration */ 1200ms
/* timing function */ linear
/* delay */ 1000ms
/* delay */ 500ms
/* iteration count */ infinite
/* fill direction */ alternate;
}