Ionic Animations

Get introduced to Ionic's Animations API.

Animations in applications

Most modern web and mobile applications use animation in some form, whether a simple sliding carousel, animated modal windows, or full-blown parallax scrolling.

Used wisely, such animation can enhance the user experience, adding a level of interactivity that delights and engages. If implemented poorly, the user experience suffers and app performance can very quickly degrade, particularly on older devices and even modern devices where heavy amounts of animation are triggered.

The importance of using technology wisely cannot be understated, particularly ...