Merge "Update search loading animation delay to 500ms"

This commit is contained in:
jenkins-bot 2021-06-24 17:49:13 +00:00 committed by Gerrit Code Review
commit 170a4eb9fa
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;
}