Lottie animation on startup

Here’s our plan to show animation on startup:

1 - First, use the expo splash image API to show a static non-animated image
2 - As soon as our root component is called, show an animated Lottie view
3 - When we’re ready, hide the Lottie view and show the app

Is it possible to “line up” steps 1 and 2 so that the splash image is exactly the first frame of the animation?

So the user would see the first frame of the animation, then it would start animating, then disappear to show our app.

Let me know if this is possible.

Thanks!

did you try doing this and it didn’t work? i don’t see any reason why you couldn’t get these things to line up but there might be something i’m missing.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.