diff --git a/layout.html b/layout.html index 2a1fcd8..30899cd 100755 --- a/layout.html +++ b/layout.html @@ -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() })