mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-29 19:20:09 +00:00
progress, last experiment semi-failed, still workable but ScrollTo might go out the window...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
cf4441b26d
commit
c4ddca9416
@ -135,7 +135,7 @@ $(document).ready(function(){
|
|||||||
// does not actually scroll to it -- no animation and/or
|
// does not actually scroll to it -- no animation and/or
|
||||||
// .ScrollTo does notwork...
|
// .ScrollTo does notwork...
|
||||||
//setCurrentPage()
|
//setCurrentPage()
|
||||||
limit_scroll()
|
//limit_scroll()
|
||||||
})
|
})
|
||||||
//}
|
//}
|
||||||
|
|
||||||
@ -147,7 +147,7 @@ $(document).ready(function(){
|
|||||||
runMagazineTemplates()
|
runMagazineTemplates()
|
||||||
|
|
||||||
setCurrentPage(0)
|
setCurrentPage(0)
|
||||||
limit_scroll()
|
//limit_scroll()
|
||||||
})
|
})
|
||||||
|
|
||||||
var SCROLL_LIMIT = 800 * 1.5
|
var SCROLL_LIMIT = 800 * 1.5
|
||||||
@ -181,7 +181,7 @@ function clear_limits(){
|
|||||||
|
|
||||||
<div class="viewer">
|
<div class="viewer">
|
||||||
|
|
||||||
<div class='scroller'>
|
<!--div class='scroller'-->
|
||||||
|
|
||||||
<div class="magazine" name="PortableMag">
|
<div class="magazine" name="PortableMag">
|
||||||
<div class="cover page">
|
<div class="cover page">
|
||||||
@ -543,7 +543,7 @@ function clear_limits(){
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
<!--/div-->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user