Infosys / enterprise-angular-seed

Angular CLI based seed application incorporating many best practices typically needed in Enterprise apps.
https://infosys.github.io/enterprise-angular-seed
59 stars 18 forks source link

bug: Animations #5

Open dharapvj opened 6 years ago

dharapvj commented 6 years ago

Improve animations to use more subtle but more effective animations for router. Also add animations for other rendering. Consider non-Angular animations as well.

dharapvj commented 6 years ago

Some combination of BounceInLeft and FadeInLeft from Animate.css should be considered.. Essentially the animation should not last long.. it should be short .. and the movement should also be short.

Any of the Animate.css / velocity / popmotion / Angular Native animations should be considered..