Interface NProgressConfigureOptions

Index

Properties

Properties

optional public ease?: string

The CSS easing animation to use. Default is 'ease'.

optional public minimum?: number

The minimum progress percentage. Default is 0.08.

optional public showSpinner?: boolean

Whether to show the spinner. Defaults to true. Default is true.

optional public speed?: number

The animation speed in milliseconds. Default is 200.

optional public template?: string

The HTML markup inserted for the progress indicator. To keep the progress bar working, keep an element with role='bar' in there.

optional public trickle?: boolean

Whether to enable trickling the progress. Default is true.

optional public trickleRate?: number

How much to increase per trickle. Example: .02. Default is true.

optional public trickleSpeed?: number

How often to trickle, in milliseconds. Default is 800.