linear sliding transition option for full page backgrounds (#453)
This commit is contained in:
		@@ -19,11 +19,11 @@
 | 
			
		||||
			<div class="slides">
 | 
			
		||||
 | 
			
		||||
				<section data-background="#00ffff">
 | 
			
		||||
					<h2>data-background: #00ff00</h2>
 | 
			
		||||
					<h2>data-background: #00ffff</h2>
 | 
			
		||||
				</section>
 | 
			
		||||
 | 
			
		||||
				<section data-background="#0000ff">
 | 
			
		||||
					<h2>data-background: #0000ff</h2>
 | 
			
		||||
				<section data-background="#bb00bb">
 | 
			
		||||
					<h2>data-background: #bb00bb</h2>
 | 
			
		||||
				</section>
 | 
			
		||||
 | 
			
		||||
				<section>
 | 
			
		||||
@@ -74,7 +74,11 @@
 | 
			
		||||
				controls: true,
 | 
			
		||||
				progress: true,
 | 
			
		||||
				history: true,
 | 
			
		||||
				center: true
 | 
			
		||||
				center: true,
 | 
			
		||||
 | 
			
		||||
				transition: 'linear',
 | 
			
		||||
				// transitionSpeed: 'slow',
 | 
			
		||||
				// backgroundTransition: 'linear'
 | 
			
		||||
			});
 | 
			
		||||
 | 
			
		||||
		</script>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user