From 7bd44f030b708aca138c824afb85d1387cba2835 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 21 Jan 2013 20:10:32 +0400 Subject: [PATCH] some tweeking... Signed-off-by: Alex A. Naanou --- magazine.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/magazine.css b/magazine.css index e35b258..38389ff 100755 --- a/magazine.css +++ b/magazine.css @@ -63,11 +63,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.5s ease; + -moz-transition: all 0.5s ease; + -o-transition: all 0.5s ease; + -ms-transition: all 0.5s ease; + transition: all 0.5s ease; } .scaler { @@ -147,7 +147,7 @@ body { background: silver; } .page-view-mode.dragging .page .content { - opacity: 0.5; + opacity: 1; }