match background and transition slide transition easing equations
This commit is contained in:
		| @@ -1321,11 +1321,11 @@ body { | |||||||
| 		background-repeat: no-repeat; | 		background-repeat: no-repeat; | ||||||
| 		background-size: cover; | 		background-size: cover; | ||||||
|  |  | ||||||
| 		-webkit-transition: all 650ms ease; | 		-webkit-transition: all 600ms cubic-bezier(0.260, 0.860, 0.440, 0.985); | ||||||
| 		   -moz-transition: all 650ms ease; | 		   -moz-transition: all 600ms cubic-bezier(0.260, 0.860, 0.440, 0.985); | ||||||
| 		    -ms-transition: all 650ms ease; | 		    -ms-transition: all 600ms cubic-bezier(0.260, 0.860, 0.440, 0.985); | ||||||
| 		     -o-transition: all 650ms ease; | 		     -o-transition: all 600ms cubic-bezier(0.260, 0.860, 0.440, 0.985); | ||||||
| 		        transition: all 650ms ease; | 		        transition: all 600ms cubic-bezier(0.260, 0.860, 0.440, 0.985); | ||||||
| 	} | 	} | ||||||
| 	.reveal .slide-background.present { | 	.reveal .slide-background.present { | ||||||
| 		opacity: 1; | 		opacity: 1; | ||||||
| @@ -1345,6 +1345,12 @@ body { | |||||||
| 	   -moz-backface-visibility: hidden; | 	   -moz-backface-visibility: hidden; | ||||||
| 	    -ms-backface-visibility: hidden; | 	    -ms-backface-visibility: hidden; | ||||||
| 	        backface-visibility: hidden; | 	        backface-visibility: hidden; | ||||||
|  |  | ||||||
|  | 	-webkit-transition-duration: 800ms; | ||||||
|  | 	   -moz-transition-duration: 800ms; | ||||||
|  | 	    -ms-transition-duration: 800ms; | ||||||
|  | 	     -o-transition-duration: 800ms; | ||||||
|  | 	        transition-duration: 800ms; | ||||||
| } | } | ||||||
| 	.reveal[data-background-transition=linear]>.backgrounds .slide-background.past { | 	.reveal[data-background-transition=linear]>.backgrounds .slide-background.past { | ||||||
| 		-webkit-transform: translate(-100%, 0); | 		-webkit-transform: translate(-100%, 0); | ||||||
| @@ -1379,16 +1385,16 @@ body { | |||||||
|  |  | ||||||
| /* Global transition speed settings */ | /* Global transition speed settings */ | ||||||
| .reveal[data-transition-speed="fast"]>.backgrounds .slide-background { | .reveal[data-transition-speed="fast"]>.backgrounds .slide-background { | ||||||
| 	-webkit-transition-duration: 300ms; | 	-webkit-transition-duration: 400ms; | ||||||
| 	   -moz-transition-duration: 300ms; | 	   -moz-transition-duration: 400ms; | ||||||
| 	    -ms-transition-duration: 300ms; | 	    -ms-transition-duration: 400ms; | ||||||
| 	        transition-duration: 300ms; | 	        transition-duration: 400ms; | ||||||
| } | } | ||||||
| .reveal[data-transition-speed="slow"]>.backgrounds .slide-background { | .reveal[data-transition-speed="slow"]>.backgrounds .slide-background { | ||||||
| 	-webkit-transition-duration: 900ms; | 	-webkit-transition-duration: 1200ms; | ||||||
| 	   -moz-transition-duration: 900ms; | 	   -moz-transition-duration: 1200ms; | ||||||
| 	    -ms-transition-duration: 900ms; | 	    -ms-transition-duration: 1200ms; | ||||||
| 	        transition-duration: 900ms; | 	        transition-duration: 1200ms; | ||||||
| } | } | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								css/reveal.min.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								css/reveal.min.css
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										2
									
								
								js/reveal.min.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								js/reveal.min.js
									
									
									
									
										vendored
									
									
								
							| @@ -1,5 +1,5 @@ | |||||||
| /*! | /*! | ||||||
|  * reveal.js 2.5.0 (2013-06-10, 08:55) |  * reveal.js 2.5.0 (2013-06-10, 08:58) | ||||||
|  * http://lab.hakim.se/reveal-js |  * http://lab.hakim.se/reveal-js | ||||||
|  * MIT licensed |  * MIT licensed | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -75,6 +75,7 @@ | |||||||
| 				progress: true, | 				progress: true, | ||||||
| 				history: true, | 				history: true, | ||||||
| 				center: true, | 				center: true, | ||||||
|  | 				// rtl: true, | ||||||
|  |  | ||||||
| 				transition: 'linear', | 				transition: 'linear', | ||||||
| 				// transitionSpeed: 'slow', | 				// transitionSpeed: 'slow', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user