Click here to Skip to main content
15,887,371 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
how to add some animation to my splash screen in a cordova application , i have used Angular JS framework . Thanks in advance.
Posted

1 solution

You can start, for example, here: Icons and Splash Screens - Apache Cordova[^].

[EDIT]

On animation, please see my comment below. You have to combine splash screen with animation, which should not be a big problem. You can find more ideas: Let me google that for you[^].

For GIF approach, I found this: koral--/android-gif-drawable · GitHub[^].

—SA
 
Share this answer
 
v2
Comments
rochelle_1917 29-Dec-15 11:31am    
Hi Mr.Sergey Alexandrovich ,

I have already added the plugin and the splash screen but my question is how can i animate the splash screen .

I was thinking to use a gif image but android does not support , gif animation .

I want the animated splash screen to be working on 4 platforms i.e Android ,iOS , Windows ,BB10 .
Sergey Alexandrovich Kryukov 29-Dec-15 12:31pm    
I understand. Sorry for not answering on this part.
This is Cordova, a JavaScript platform. With JavaScript, you can use any animation programmatically.
For arbitrary animation, people use two alternative approaches: Canvas element of SVG element.

To get an idea of Canvas approach, you can take a look at my CodeProject article Tetris on Canvas.
To get and idea of SVG approach, look at this project: D3.

See also:
https://en.wikipedia.org/wiki/Scalable_Vector_Graphics,
http://www.w3.org/Graphics/SVG.

Sorry, both project are not for Cordova, but they can give you the ideas on animation. And of course everything will work on all the platform. The multiplatform programming is the main idea behind Cordova.

—SA
rochelle_1917 29-Dec-15 13:35pm    
Thanks , i will definitely go through the links provided by you .

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900