mirror of
https://github.com/flynx/PortableMag.git
synced 2025-11-01 04:20:20 +00:00
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:
parent
79a914dde9
commit
1110c1d195
@ -353,7 +353,7 @@ $(document).ready(function(){
|
|||||||
Drag in full page view: <button id="DRAG_FULL_PAGE" onclick="toggleSetting(this)"></button>
|
Drag in full page view: <button id="DRAG_FULL_PAGE" onclick="toggleSetting(this)"></button>
|
||||||
</div>
|
</div>
|
||||||
<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>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
NOTE: this is not an actual configuration page, just a live demo
|
NOTE: this is not an actual configuration page, just a live demo
|
||||||
|
|||||||
10
magazine.css
10
magazine.css
@ -90,11 +90,11 @@ body {
|
|||||||
|
|
||||||
background: gray;
|
background: gray;
|
||||||
|
|
||||||
-webkit-transition: all 0.2s ease;
|
-webkit-transition: all 0.6s ease;
|
||||||
-moz-transition: all 0.2s ease;
|
-moz-transition: all 0.6s ease;
|
||||||
-o-transition: all 0.2s ease;
|
-o-transition: all 0.6s ease;
|
||||||
-ms-transition: all 0.2s ease;
|
-ms-transition: all 0.6s ease;
|
||||||
transition: all 0.2s ease;
|
transition: all 0.6s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user