From 1110c1d1959c89f0b0123ef1fdc220b7221b263f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 28 Jan 2013 14:17:59 +0400 Subject: [PATCH] reverted to a longish viewer animation; different-sized pages still not working correctly on full/tn ... Signed-off-by: Alex A. Naanou --- index.html | 2 +- magazine.css | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 9b99ea3..437eb16 100755 --- a/index.html +++ b/index.html @@ -353,7 +353,7 @@ $(document).ready(function(){ Drag in full page view:
- Enable different size pages: + Enable different size pages (still flaky):

NOTE: this is not an actual configuration page, just a live demo diff --git a/magazine.css b/magazine.css index f788c38..f4de7c6 100755 --- a/magazine.css +++ b/magazine.css @@ -90,11 +90,11 @@ body { background: gray; - -webkit-transition: all 0.2s ease; - -moz-transition: all 0.2s ease; - -o-transition: all 0.2s ease; - -ms-transition: all 0.2s ease; - transition: all 0.2s ease; + -webkit-transition: all 0.6s ease; + -moz-transition: all 0.6s ease; + -o-transition: all 0.6s ease; + -ms-transition: all 0.6s ease; + transition: all 0.6s ease; }