We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67089a commit 715ffe2Copy full SHA for 715ffe2
scaladoc/resources/dotty_res/styles/search-bar.css
@@ -77,7 +77,7 @@
77
border-radius: 5px;
78
background-color: var(--shadow);
79
color: var(--shadow);
80
- animation: dotFlashing 1s infinite alternate;
+ animation: dotFlashing .4s infinite alternate;
81
display: inline-block;
82
position: absolute;
83
top: 0;
@@ -86,7 +86,7 @@
86
.loading {
87
left: 50%;
88
position: relative;
89
- animation-delay: .5s;
+ animation-delay: .2s;
90
}
91
92
.loading::before {
@@ -96,7 +96,7 @@
96
97
.loading::after {
98
left: 15px;
99
- animation-delay: 1s;
+ animation-delay: .4s;
100
101
102
@keyframes dotFlashing {
0 commit comments