Animated Splash Screen - Ionic 4.0
yes u can do animated splash screen take a look at those i made u can use the logic.
git repo one two.
u can usee lottie to achive the solution u want, like i made in those examples, u can make a animation in adobe after effect and export to json file and load it in your ionic animated splash screen.
link to lottie
lottie files
If you want to use a lottie animation before the HTML and JavaScript of your Cordova/Ionic application is loaded and able to display an animated version, you might want to check out the cordova-plugin-lottie-splashscreen. The plugin uses the native lottie-ios and lottie-android libraries to render a lottie animation from a file location or remote URL. The animation could be looped, automatically or programmatically hidden via your JavaScript calls once you've determined the Cordova app is ready.
Disclaimer: I'm the author of the described plugin.