mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-28 18:50:08 +00:00
doing magic testing...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ee34dc40e9
commit
9a37cadb1e
@ -73,7 +73,7 @@
|
||||
<script src="ext-lib/jquery.scrollto.js"></script>
|
||||
<script src="ext-lib/jquery.scrollstop.js"></script>
|
||||
|
||||
<script src="ext-lib/iscroll.js"></script>
|
||||
<script src="ext-lib/iscroll-custom.js"></script>
|
||||
|
||||
<script src="lib/jli.js"></script>
|
||||
|
||||
|
||||
@ -122,7 +122,7 @@ $(document).ready(function(){
|
||||
},
|
||||
function(k){console.log(k)}))
|
||||
|
||||
setTransformOrigin($('.magazine'))
|
||||
//setTransformOrigin($('.magazine'))
|
||||
|
||||
window.MagazineScroller = makeScrollHandler($('.viewer'), {
|
||||
hScroll: true,
|
||||
@ -132,7 +132,7 @@ $(document).ready(function(){
|
||||
|
||||
$('.viewer')
|
||||
.on('scrollCancelled', function(){ setCurrentPage() })
|
||||
.on('shortClick', handleClick)
|
||||
//.on('shortClick', handleClick)
|
||||
.on('swipeLeft', handleSwipeLeft)
|
||||
.on('swipeRight', handleSwipeRight)
|
||||
.on('screenReleased', handleScrollRelease)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user