mirror of
https://github.com/flynx/PortableMag.git
synced 2025-12-21 11:01:48 +00:00
another experiment.............
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
abb7eb0255
commit
082161ed7b
@ -132,6 +132,11 @@ $(document).ready(function(){
|
|||||||
})
|
})
|
||||||
.on('touchend mouseup', function(evt){
|
.on('touchend mouseup', function(evt){
|
||||||
//touching = false
|
//touching = false
|
||||||
|
//setCurrentPage()
|
||||||
|
})
|
||||||
|
.on('webkitTransitionEnd oTransitionEnd msTransitionEnd transitionend', function(){
|
||||||
|
log('transition ended...')
|
||||||
|
//v.trigger('scrollend')
|
||||||
setCurrentPage()
|
setCurrentPage()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user