Skip to content

A sample application exploring the Angular animations module using Angular 8

License

Notifications You must be signed in to change notification settings

AnkitSharma-007/angular-animations

Repository files navigation

angular-animations

Animation is defined as the transition from an initial state to a final state. Animation not only help us to create a great UI but it also makes the application interesting and fun to use. A well-structured animation keeps the user glued to the application and enhances the user experience.

Angular allows us to create animations which provides us similar native performance as CSS animations. In this article, we will learn how we can create animation using Angular 6 We will use Visual Studio Code for our demo.

Prerequisites

Install VS code and Angular CLI.

If you are new to Angular then refer to my article Getting Started With Angular 7.0 to set Angular development environment your machine.

Read the full article at

https://ankitsharmablogs.com/understanding-angular-animation/

Execution Demo

Change the size of Div

Alt Text

Balloon Effect animation

Alt Text

Fade In and Fade Out animation

Alt Text

Enter and Leave animation

Alt Text