carouselSpeed
type: Numberdefault: 200
This option controls the slide speed of the carousel in milliseconds. It globally affects the carousel animation, both when following and sliding.
Example:
Galleria.run('.galleria', {
carouselSpeed: 1200 // sets the carosuel animation speed to 1.2 seconds (slow)
});