I’m pretty new to Ionic and are trying to build my first app with it.
The documentation regarding the different components is quite good but what i’m missing is some documentation about the different types of animation and how to apply those.
I’ve seen posts talking about animation="no-animation" properties or to add classes like "slide-left-right" but I can not find a good overview of all possible animations and how to apply them.
For instance I figured out I could stop the nav-bar animation by adding nav-bar-transition="android" to my body tag.
But this was totally a trial and error operation.
The ‘nav-bar-transition’ is never mentioned in any documentation as far as I can tell (and which options it could contain, ios and android I can guess, but are there more?).
Hopefully I’m mistaken and there is some documentation somewhere, if so could someone please tell me where to find it?
That explains why the code snippets I found are outdated.
Is there any animations documentation coming up as well?
I find it a bit difficult to find some information about the different view animations that are possible at this moment in time.