cordova - Phonegap Fade In/Out choppy but using hardware acceleration sometime crashes Android -
problem on how make smooth fadein/out or related type css/javascript animation on phonegap app.
i working on example have multiple div in page, when button clicked, part fadeout , part fadein etc.
everything working great when test on browser , simulator. when package app, fadein/fade out becomes choppy. had same problem before idangerous swiper when dynamic height. forced hardware acceleration on it. crashes app.
i wondering if force using transform3d apply specific div? or hardware acceleration forced on whole time?
and if there other way make smooth fadein/out animation on phonegap app?
thanks
edit: tried test part supposed fadein/out alone nothing else, still choppy.
then tried use transform3d(0,0,0) force hardware acceleration , still choppy.
after trying few things, there nothing couldnt find out except using velocity.js http://julian.com/research/velocity/
it helps, enough. not sure if idea keep adding plugins, might cause more vulnerability structure. now.
Comments
Post a Comment