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; }