Browse Source

Slower swipe animation

Tobias Reich 11 years ago
parent
commit
4a74e992d4
4 changed files with 5 additions and 5 deletions
  1. 0 0
      assets/build/main.css
  2. 0 0
      assets/build/main.js
  3. 3 3
      assets/css/imageview.css
  4. 2 2
      assets/js/photo.js

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


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


+ 3 - 3
assets/css/imageview.css

@@ -33,9 +33,9 @@
 		background-position: 50% 50%;
 		background-size: contain;
 
-		-webkit-transition: top .3s, right .3s, bottom .3s, left .3s, margin-top .3s, opacity .1s, -webkit-transform .3s cubic-bezier(0.51,.92,.24,1.15);
-		-moz-transition: top .3s, right .3s, bottom .3s, left .3s, margin-top .3s, opacity .1s, -moz-transform .3s cubic-bezier(0.51,.92,.24,1.15);
-		transition: top .3s, right .3s, bottom .3s, left .3s, margin-top .3s, opacity .1s, transform .3s cubic-bezier(0.51,.92,.24,1.15);
+		-webkit-transition: top .3s, right .3s, bottom .3s, left .3s, margin-top .3s, opacity .2s, -webkit-transform .3s cubic-bezier(0.51,.92,.24,1.15);
+		-moz-transition: top .3s, right .3s, bottom .3s, left .3s, margin-top .3s, opacity .2s, -moz-transform .3s cubic-bezier(0.51,.92,.24,1.15);
+		transition: top .3s, right .3s, bottom .3s, left .3s, margin-top .3s, opacity .2s, transform .3s cubic-bezier(0.51,.92,.24,1.15);
 
 		-webkit-animation-name: zoomIn;
 		-webkit-animation-duration: .3s;

+ 2 - 2
assets/js/photo.js

@@ -66,7 +66,7 @@ photo = {
 
 				if (animate===true) {
 
-					delay = 100;
+					delay = 200;
 
 					$("#image").css({
 						WebkitTransform: 'translateX(100%)',
@@ -95,7 +95,7 @@ photo = {
 
 				if (animate===true) {
 
-					delay = 100;
+					delay = 200;
 
 					$("#image").css({
 						WebkitTransform: 'translateX(-100%)',

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