Browse Source

Removed bounding for thumb zoomIn and zoomOut

Tobias Reich 11 years ago
parent
commit
0e785c7c80
2 changed files with 6 additions and 6 deletions
  1. 0 0
      assets/build/main.css
  2. 6 6
      assets/css/animations.css

File diff suppressed because it is too large
+ 0 - 0
assets/build/main.css


+ 6 - 6
assets/css/animations.css

@@ -37,29 +37,29 @@
 	-webkit-animation-name: zoomIn;
 	-webkit-animation-duration: .2s;
 	-webkit-animation-fill-mode: forwards;
-	-webkit-animation-timing-function: cubic-bezier(0.51,.92,.24,1.15);
+	-webkit-animation-timing-function: cubic-bezier(0.51,.92,.24,1);
 	-moz-animation-name: zoomIn;
 	-moz-animation-duration: .2s;
 	-moz-animation-fill-mode: forwards;
-	-moz-animation-timing-function: cubic-bezier(0.51,.92,.24,1.15);
+	-moz-animation-timing-function: cubic-bezier(0.51,.92,.24,1);
 	animation-name: zoomIn;
 	animation-duration: .2s;
 	animation-fill-mode: forwards;
-	animation-timing-function: cubic-bezier(0.51,.92,.24,1.15); }
+	animation-timing-function: cubic-bezier(0.51,.92,.24,1); }
 
 .contentZoomOut {
 	-webkit-animation-name: zoomOut;
 	-webkit-animation-duration: .2s;
 	-webkit-animation-fill-mode: forwards;
-	-webkit-animation-timing-function: cubic-bezier(0.51,.92,.24,1.15);
+	-webkit-animation-timing-function: cubic-bezier(0.51,.92,.24,1);
 	-moz-animation-name: zoomOut;
 	-moz-animation-duration: .2s;
 	-moz-animation-fill-mode: forwards;
-	-moz-animation-timing-function: cubic-bezier(0.51,.92,.24,1.15);
+	-moz-animation-timing-function: cubic-bezier(0.51,.92,.24,1);
 	animation-name: zoomOut;
 	animation-duration: .2s;
 	animation-fill-mode: forwards;
-	animation-timing-function: cubic-bezier(0.51,.92,.24,1.15); }
+	animation-timing-function: cubic-bezier(0.51,.92,.24,1); }
 
 /* moveUp ------------------------------------------------*/
 @-webkit-keyframes moveUp {

Some files were not shown because too many files changed in this diff