Browse Source

Improved animations on fullscreen

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

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 - 1
assets/css/imageview.css

@@ -33,7 +33,9 @@
 		background-position: 50% 50%;
 		background-position: 50% 50%;
 		background-size: contain;
 		background-size: contain;
 
 
-		-webkit-transition: top .3s, bottom .3s, margin-top .3s;
+		-webkit-transition: top .3s, right .3s, bottom .3s, left .3s, margin-top .3s;
+		-moz-transition: top .3s, right .3s, bottom .3s, left .3s, margin-top .3s;
+		transition: top .3s, right .3s, bottom .3s, left .3s, margin-top .3s;
 
 
 		-webkit-animation-name: zoomIn;
 		-webkit-animation-name: zoomIn;
 		-webkit-animation-duration: .3s;
 		-webkit-animation-duration: .3s;

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