mirror of
				https://github.com/flynx/ImageGrid.git
				synced 2025-10-31 11:20:09 +00:00 
			
		
		
		
	set all animations to 0.2...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
		
							parent
							
								
									bc68d68966
								
							
						
					
					
						commit
						3c2dd781b9
					
				| @ -10,11 +10,11 @@ | |||||||
| 
 | 
 | ||||||
| 	opacity: 0.3; | 	opacity: 0.3; | ||||||
| 
 | 
 | ||||||
| 	-webkit-transition: all 0.5s ease; | 	-webkit-transition: all 0.2s ease; | ||||||
| 	-moz-transition: all 0.5s ease; | 	-moz-transition: all 0.2s ease; | ||||||
| 	-o-transition: all 0.5s ease; | 	-o-transition: all 0.2s ease; | ||||||
| 	-ms-transition: all 0.5s ease;	 | 	-ms-transition: all 0.2s ease;	 | ||||||
| 	transition: all 0.5s ease; | 	transition: all 0.2s ease; | ||||||
| 
 | 
 | ||||||
| 	cursor: hand; | 	cursor: hand; | ||||||
| } | } | ||||||
| @ -29,11 +29,11 @@ | |||||||
| 	 | 	 | ||||||
| 	opacity: 0.2; | 	opacity: 0.2; | ||||||
| 
 | 
 | ||||||
| 	-webkit-transition: all 0.5s ease; | 	-webkit-transition: all 0.2s ease; | ||||||
| 	-moz-transition: all 0.5s ease; | 	-moz-transition: all 0.2s ease; | ||||||
| 	-o-transition: all 0.5s ease; | 	-o-transition: all 0.2s ease; | ||||||
| 	-ms-transition: all 0.5s ease;	 | 	-ms-transition: all 0.2s ease;	 | ||||||
| 	transition: all 0.5s ease; | 	transition: all 0.2s ease; | ||||||
| } | } | ||||||
| .demo-buttons:hover { | .demo-buttons:hover { | ||||||
| 	opacity: 1; | 	opacity: 1; | ||||||
| @ -51,11 +51,11 @@ | |||||||
| 	background: silver; | 	background: silver; | ||||||
| 	float: left; | 	float: left; | ||||||
| 
 | 
 | ||||||
| 	-webkit-transition: all 0.5s ease; | 	-webkit-transition: all 0.2s ease; | ||||||
| 	-moz-transition: all 0.5s ease; | 	-moz-transition: all 0.2s ease; | ||||||
| 	-o-transition: all 0.5s ease; | 	-o-transition: all 0.2s ease; | ||||||
| 	-ms-transition: all 0.5s ease;	 | 	-ms-transition: all 0.2s ease;	 | ||||||
| 	transition: all 0.5s ease; | 	transition: all 0.2s ease; | ||||||
| } | } | ||||||
| .single-image-mode .controller { | .single-image-mode .controller { | ||||||
| 	opacity: 0.8; | 	opacity: 0.8; | ||||||
| @ -98,11 +98,11 @@ | |||||||
| 	width: 800px; | 	width: 800px; | ||||||
| 	height: 500px; | 	height: 500px; | ||||||
| 
 | 
 | ||||||
| 	-webkit-transition: all 0.5s ease; | 	-webkit-transition: all 0.2s ease; | ||||||
| 	-moz-transition: all 0.5s ease; | 	-moz-transition: all 0.2s ease; | ||||||
| 	-o-transition: all 0.5s ease; | 	-o-transition: all 0.2s ease; | ||||||
| 	-ms-transition: all 0.5s ease;	 | 	-ms-transition: all 0.2s ease;	 | ||||||
| 	transition: all 0.5s ease; | 	transition: all 0.2s ease; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .field { | .field { | ||||||
| @ -111,11 +111,11 @@ | |||||||
| 	top: 0px; | 	top: 0px; | ||||||
| 	left: -100px; | 	left: -100px; | ||||||
| 
 | 
 | ||||||
| 	-webkit-transition: all 0.5s ease; | 	-webkit-transition: all 0.2s ease; | ||||||
| 	-moz-transition: all 0.5s ease; | 	-moz-transition: all 0.2s ease; | ||||||
| 	-o-transition: all 0.5s ease; | 	-o-transition: all 0.2s ease; | ||||||
| 	-ms-transition: all 0.5s ease;	 | 	-ms-transition: all 0.2s ease;	 | ||||||
| 	transition: all 0.5s ease; | 	transition: all 0.2s ease; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .ribbon { | .ribbon { | ||||||
| @ -128,21 +128,21 @@ | |||||||
| 	text-align: center; | 	text-align: center; | ||||||
| 	opacity: 0.2; | 	opacity: 0.2; | ||||||
| 
 | 
 | ||||||
| 	-webkit-transition: all 0.5s ease; | 	-webkit-transition: all 0.2s ease; | ||||||
| 	-moz-transition: all 0.5s ease; | 	-moz-transition: all 0.2s ease; | ||||||
| 	-o-transition: all 0.5s ease; | 	-o-transition: all 0.2s ease; | ||||||
| 	-ms-transition: all 0.5s ease;	 | 	-ms-transition: all 0.2s ease;	 | ||||||
| 	transition: all 0.5s ease; | 	transition: all 0.2s ease; | ||||||
| 
 | 
 | ||||||
| } | } | ||||||
| .new-ribbon { | .new-ribbon { | ||||||
| 	height: 0px; | 	height: 0px; | ||||||
| 
 | 
 | ||||||
| 	-webkit-transition: all 0.5s ease; | 	-webkit-transition: all 0.2s ease; | ||||||
| 	-moz-transition: all 0.5s ease; | 	-moz-transition: all 0.2s ease; | ||||||
| 	-o-transition: all 0.5s ease; | 	-o-transition: all 0.2s ease; | ||||||
| 	-ms-transition: all 0.5s ease;	 | 	-ms-transition: all 0.2s ease;	 | ||||||
| 	transition: all 0.5s ease; | 	transition: all 0.2s ease; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .current-image { | .current-image { | ||||||
| @ -155,11 +155,11 @@ | |||||||
| 
 | 
 | ||||||
| 	opacity: 1.0; | 	opacity: 1.0; | ||||||
| 
 | 
 | ||||||
| 	-webkit-transition: all 0.5s ease; | 	-webkit-transition: all 0.2s ease; | ||||||
| 	-moz-transition: all 0.5s ease; | 	-moz-transition: all 0.2s ease; | ||||||
| 	-o-transition: all 0.5s ease; | 	-o-transition: all 0.2s ease; | ||||||
| 	-ms-transition: all 0.5s ease;	 | 	-ms-transition: all 0.2s ease;	 | ||||||
| 	transition: all 0.5s ease; | 	transition: all 0.2s ease; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .current-ribbon .image { | .current-ribbon .image { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user