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 8845ea0 commit 2a078a2Copy full SHA for 2a078a2
Readme.md
@@ -137,7 +137,7 @@ NProgress.configure({ trickle: false });
137
Adjust how often to trickle/increment, in ms.
138
139
~~~ js
140
-NProgress.configure({ trickleSpeed: 800 });
+NProgress.configure({ trickleSpeed: 200 });
141
~~~
142
143
#### `showSpinner`
nprogress.js
@@ -20,9 +20,9 @@
20
minimum: 0.08,
21
easing: 'linear',
22
positionUsing: '',
23
- speed: 350,
+ speed: 200,
24
trickle: true,
25
- trickleSpeed: 250,
+ trickleSpeed: 200,
26
showSpinner: true,
27
barSelector: '[role="bar"]',
28
spinnerSelector: '[role="spinner"]',
0 commit comments