diff --git a/src/ngAnimate/module.js b/src/ngAnimate/module.js index ee83e27c9772..2007b0718b20 100644 --- a/src/ngAnimate/module.js +++ b/src/ngAnimate/module.js @@ -177,6 +177,9 @@ * /* 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 */