Documentation
Nivo Gallery Options
Below is a list of the options you can change when you call Nivo Gallery and their default values:
$('#gallery').nivoGallery({
pauseTime: 3000,
animSpeed: 300,
effect: 'fade',
startPaused: false,
directionNav: true,
progressBar: true
});
List of Options
- pauseTime – Type:
NumberDefault:3000
The amount of time to show each slide in milliseconds - animSpeed – Type:
NumberDefault:300
The duration of the transition animation - effect – Type:
StringDefault:fade
The name of the transition effect to use (only “fade” is available at the moment) - startPaused – Type:
BooleanDefault:false
If true the gallery will start in a paused state - directionNav – Type:
BooleanDefault:true
Use direction navigation in the gallery (previous and next arrows) - progressBar – Type:
BooleanDefault:true
Show an animated progress bar at the top of the gallery between transitions while playing