Skip to content

Commit 715ffe2

Browse files
committed
Better loading animation
1 parent f67089a commit 715ffe2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scaladoc/resources/dotty_res/styles/search-bar.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
border-radius: 5px;
7878
background-color: var(--shadow);
7979
color: var(--shadow);
80-
animation: dotFlashing 1s infinite alternate;
80+
animation: dotFlashing .4s infinite alternate;
8181
display: inline-block;
8282
position: absolute;
8383
top: 0;
@@ -86,7 +86,7 @@
8686
.loading {
8787
left: 50%;
8888
position: relative;
89-
animation-delay: .5s;
89+
animation-delay: .2s;
9090
}
9191

9292
.loading::before {
@@ -96,7 +96,7 @@
9696

9797
.loading::after {
9898
left: 15px;
99-
animation-delay: 1s;
99+
animation-delay: .4s;
100100
}
101101

102102
@keyframes dotFlashing {

0 commit comments

Comments
 (0)