From 728ce7237241774fede8e46bf810a78b61d5faef Mon Sep 17 00:00:00 2001 From: Pablo Targa Date: Thu, 23 Feb 2017 09:55:31 +0000 Subject: [PATCH] docs(ngAnimate): update staggering config for use with css animations Closes #15743 --- src/ngAnimate/module.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ngAnimate/module.js b/src/ngAnimate/module.js index 704021450..f79b6c479 100644 --- a/src/ngAnimate/module.js +++ b/src/ngAnimate/module.js @@ -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 */