Select Page
View Categories

Lottie Splash Screen

< 1 min read

Cordova plugin to show bodymovin/Lottie animations as the splash screen with Airbnb’s Lottie wrapper

GitHub Source Code: https://github.com/timbru31/cordova-plugin-lottie-splashscreen


Requires Cordova plugin: 
cordova-plugin-lottie-splashscreen


Supported Platforms #

  • Android
  • iOS

Usage #


this.lottieSplashScreen.show('www/lottie/animation.json', false, 1024, 768)
  .then((res: any) => console.log(res))
  .catch((error: any) => console.error(error));