So i have a PNG of a jet engine and i would like this to be the splash screen to my app, works fine with a static PNG but how can i animate this jet engine to have a clock-wise rotation and then fade or disappear when the app is ready?
At the moment i use phonegap splash screen and in my index.html i check when the device is ready and hide the splash screen. Works great.
I am using cordova 2.0.1 + Android SDK + Sencha Architect
Is it possible to do any sort of smooth-ish animation?
You should be able to do animation using CSS. The transition when your app is ready should be done in the launch method of Ext.application instead of just destroying the elements to animate and once animation is done then destroy the elements and create your main view.
I am still getting the white screen on Galaxy Nexus 4.1.2.
did not test on other devices yet.
But neither adding an image to the header nor having the animation prevents getting the white screen after the start for about 3 seconds. (Android + packaging with sencha app build native - sencha package run -p package.temp.json)
Hi thanks for your reply. I am pretty new to Sencha and I am not really understanding what you are saying... any chance you could post some sample code just to see how it all works?