Skip to content

Commit 6ee5f26

Browse files
committed
Raise the default ghost time
1 parent 422a43e commit 6ee5f26

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ whenever `pushState` or `replaceState` is called by default.
162162

163163
- `Pace.stop`: Hide the progress bar and stop updating it.
164164

165-
- `Pace.track': Explicitly track one or more requests, see Tracking below
165+
- `Pace.track`: Explicitly track one or more requests, see Tracking below
166166

167167
- `Pace.ignore`: Expliticly ignore one or more requests, see Tracking below
168168

pace.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defaultOptions =
1313

1414
# What is the minimum amount of time the bar should sit after the last
1515
# update before disappearing
16-
ghostTime: 250
16+
ghostTime: 500
1717

1818
# Its easy for a bunch of the bar to be eaten in the first few frames
1919
# before we know how much there is to load. This limits how much of

pace.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)