reverted to a longish viewer animation; different-sized pages still not working correctly on full/tn ...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-01-28 14:17:59 +04:00
parent 79a914dde9
commit 1110c1d195
2 changed files with 6 additions and 6 deletions

View File

@ -353,7 +353,7 @@ $(document).ready(function(){
Drag in full page view: <button id="DRAG_FULL_PAGE" onclick="toggleSetting(this)"></button>
</div>
<div>
Enable different size pages: <button id="_USE_REAL_SIZES" onclick="toggleSetting(this)"></button>
Enable different size pages (still flaky): <button id="_USE_REAL_SIZES" onclick="toggleSetting(this)"></button>
</div>
<p>
NOTE: this is not an actual configuration page, just a live demo

View File

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