add autoSlideMethod to default config

This commit is contained in:
Hakim El Hattab 2015-11-19 15:35:12 +01:00
parent 0cd4e2c84f
commit c8319b9b1a

View file

@ -103,6 +103,9 @@
// Stop auto-sliding after user input
autoSlideStoppable: true,
// Use this method for navigation when auto-sliding (defaults to navigateNext)
autoSlideMethod: null,
// Enable slide navigation via mouse wheel
mouseWheel: false,