Gets the status. If started, it will be the last progress number set.
Gets the NProgress version.
Configures the progress indicator.
An object containing the configuration options.
The current NProgress object, useful for chaining.
Finishes loading by transitioning it to 100%, then fading out.
Forces the progress bar to show, even if it's not being shown. (The default behavior is that .done() will not do anything if .start() isn't called.)
The current NProgress object, useful for chaining.
Increments the progress bar with a random amount. This will never get to 100%: use it for every image load (or similar).
The current NProgress object, useful for chaining.
Gets whether progress has been started.
boolean
Whether the progress has started.
Removes the progress indicator.
Sets the progress percentage.
A number between 0.0 and 1.0 that represents the progress percentage.
The current NProgress object, useful for chaining.
Shows the progress bar and begins trickling progress.
The current NProgress object, useful for chaining.