ngAnimate
when used with routings has different "CSS Styles" that can be set to produce different transitions.
Is this the correct template that will cover all CSS Options for a transition?
myAnimation = represent my css template.
.myAnimation {}
.myAnimation.ng-enter {}
.myAnimation.ng-enter-active {}
.myAnimation.ng-leave {}
.myAnimation.ng-leave-active {}
Is there any guide or documentation on what is being affect and when?
I have been playing with those for a while and I still do not understand the role each of those CSS items and the role they play in the animation and I am referring to the "despairing view" and the "new view" . I understand this involves understanding CSS as well but what I am looking for is to understand this using the simplest CSS... something a developer could use to evolve from there.