more testing...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-02-22 23:17:21 +04:00
parent 3d50eff49a
commit f45e12bedb
2 changed files with 4 additions and 3 deletions

View File

@ -149,7 +149,7 @@ $(document).ready(function(){
// XXX for some reason this does not work correctly on android the // XXX for some reason this does not work correctly on android the
// first time... // first time...
togglePageView('on') //togglePageView('on')
}) })

View File

@ -64,11 +64,12 @@ function handleClick(evt, data){
: target.parents('.page')) : target.parents('.page'))
if(target != -1){ if(target != -1){
var mag = $('.magazine') var mag = $('.magazine')
setTransitionDuration(mag, DEFAULT_TRANSITION_DURATION)
setTransitionEasing(mag, 'ease')
togglePageView() togglePageView()
setCurrentPage(target) setCurrentPage(target)
setTransitionDuration(mag, DEFAULT_TRANSITION_DURATION)
setTransitionEasing(mag, 'ease')
} }
} }