Exploring Ionic Animations
Learn how to use Ionic Animations API methods in an Ionic application.
We'll cover the following
Let’s explore some of Ionic’s animation methods in our custom Ionic application.
Laying the foundations
Create a new Ionic project, imaginatively named ionic-animations
:
ionic start ionic-animations blank --type=angular
Note: You can try running this command in the terminal provided below!
Get hands-on with 1200+ tech skills courses.