another experiment.............

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-02-13 01:27:00 +04:00
parent abb7eb0255
commit 082161ed7b

View File

@ -132,6 +132,11 @@ $(document).ready(function(){
})
.on('touchend mouseup', function(evt){
//touching = false
//setCurrentPage()
})
.on('webkitTransitionEnd oTransitionEnd msTransitionEnd transitionend', function(){
log('transition ended...')
//v.trigger('scrollend')
setCurrentPage()
})