PhoneGap/Cordova: JQuery animations running slow

前端 未结 2 1008
猫巷女王i
猫巷女王i 2020-12-31 16:34

I have built a an app in PhoneGap/Cordova and used the JQuery library for some simple animations like slideUp etc.

They work fine on the simulator but when I try on

2条回答
  •  再見小時候
    2020-12-31 17:05

    You can speed up the process by reducing the content of your page, but this is probably not what you're asking for. A good solution might be using css transitions. This way, old browsers don't show an animation while it should work smoothly on new devices. Degrades gracefully.

提交回复
热议问题