Animate first page only when opening app

Is it possible to fade in a page when the app is started using Animation? Is there a better way to do it?

The moment you call splashcreen.hide() you can also do other stuff, like triggering an animation on the first page to be displayed.

Is there a way to do it with the Animation library?

As I said, you can do whatever you want then. If “the Animation library” can be triggered by a function call, sure.

Much simpler than I thought. Standard css was used in app.scss and set on ion-app located in index.html