default to slide transitions
This commit is contained in:
		| @@ -125,13 +125,13 @@ | |||||||
| 			theme: null, | 			theme: null, | ||||||
|  |  | ||||||
| 			// Transition style | 			// Transition style | ||||||
| 			transition: 'default', // none/fade/slide/convex/concave/zoom | 			transition: 'slide', // none/fade/slide/convex/concave/zoom | ||||||
|  |  | ||||||
| 			// Transition speed | 			// Transition speed | ||||||
| 			transitionSpeed: 'default', // default/fast/slow | 			transitionSpeed: 'default', // default/fast/slow | ||||||
|  |  | ||||||
| 			// Transition style for full page slide backgrounds | 			// Transition style for full page slide backgrounds | ||||||
| 			backgroundTransition: 'default', // none/fade/slide/convex/concave/zoom | 			backgroundTransition: 'slide', // none/fade/slide/convex/concave/zoom | ||||||
|  |  | ||||||
| 			// Parallax background image | 			// Parallax background image | ||||||
| 			parallaxBackgroundImage: '', // CSS syntax, e.g. "a.jpg" | 			parallaxBackgroundImage: '', // CSS syntax, e.g. "a.jpg" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user