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