Splash screen with animation

I need to animate an image on the splash screen (simple move from left to right). Does anyone have any idea how to do this?

thx

What about use SVG with animation?

1 Like

But how i put this in splash screen? The directory splash in resources have only png images. There is a way to replace these images with HTML?

What about put your files to resources and edit config.xml? )

1 Like

When i build for Android platform, the result is failure because is not a png file. I think that really is not possible to do this. :sob:

May be you are right… Sorry.
So don’t use this native plugin ) Create HTML component.

Like this: http://plnkr.co/edit/Wlttul?p=preview

I believe the only way to get something like that to work w is to have the animation take place after the splash screen but before the test of the app. You cannot the animated splash screen due that it is dependent on the OS, which is why there a plugin, and that it happens before the app has loaded, thus it is kind of outside the app. Although I could be wrong.

1 Like

I understood… Although I thought that the application loading fast enough. And animation needs for the beautiful start.

1 Like

I think that is not possible and i agree with @El_Dee565.
@xr0master @El_Dee565 thanks.

It works fine. But it shows a white screen for 5 sec before an animated splash screen. How to fix it?

You can change time of splash delay screen in config.xml

<preference name="SplashScreenDelay" value="5000"/>

White load screen screen will not show at this time