Skip to content

ramkrishnsaini/angular-6-animations

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-6-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 6.0 to set Angular 6 development environment your machine.

Read the full article at

http://ankitsharmablogs.com/understanding-angular-6-animations/

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

About

A sample application exploring the Angular animations module using Angular 6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 76.3%
  • JavaScript 13.4%
  • HTML 9.7%
  • CSS 0.6%