DEV Community

Cover image for Total Guide To Dynamic Angular Animations That Can Be Customized At Runtime
Tomas Trajan 🇨🇭 for Angular

Posted on • Updated on • Originally published at Medium

Total Guide To Dynamic Angular Animations That Can Be Customized At Runtime

Animations make projects look much better

From route transitions to small details like feedback when clicking on a button or displaying a tooltip, animations give your project that nice sleek look. Well crafted animations communicate that you or your organization care enough to put effort into details and create best possible experience for your users.

Angular makes it very convenient to create both simple and complex animations using its built-in DSL (domain specific language). More so, Angular Material component library is rife with many great looking animations…

Let’s have a look on the following route transition animation recorded from Angular NgRx Material Starter project to get an idea.

Animation preview

Read more...

Top comments (0)