docs(ngAnimate): update staggering config for use with css animations

Closes #15743
This commit is contained in:
Pablo Targa
2017-02-23 09:55:31 +00:00
committed by Martin Staffa
parent b779091ffd
commit 728ce72372
+4
View File
@@ -177,6 +177,10 @@
* /* As of 1.4.4, this must always be set: it signals ngAnimate
* to not accidentally inherit a delay property from another CSS class */
* transition-duration: 0s;
*
* /* if you are using animations instead of transitions you should configure as follows:
* animation-delay: 0.1s;
* animation-duration: 0s; */
* }
* .my-animation.ng-enter.ng-enter-active {
* /* standard transition styles */