Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 728ce72

Browse files
pablotargaNarretz
authored andcommitted
docs(ngAnimate): update staggering config for use with css animations
Closes #15743
1 parent b779091 commit 728ce72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ngAnimate/module.js

+4
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@
177177
* /* As of 1.4.4, this must always be set: it signals ngAnimate
178178
* to not accidentally inherit a delay property from another CSS class */
179179
* transition-duration: 0s;
180+
*
181+
* /* if you are using animations instead of transitions you should configure as follows:
182+
* animation-delay: 0.1s;
183+
* animation-duration: 0s; */
180184
* }
181185
* .my-animation.ng-enter.ng-enter-active {
182186
* /* standard transition styles */

0 commit comments

Comments
 (0)