We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
duration:0s
1 parent 5f70406 commit 728f7e2Copy full SHA for 728f7e2
src/ngAnimate/module.js
@@ -188,8 +188,8 @@
188
* /* this will have a 100ms delay between each successive leave animation */
189
* transition-delay: 0.1s;
190
*
191
- * /* in case the stagger doesn't work then the duration value
192
- * must be set to 0 to avoid an accidental CSS inheritance */
+ * /* As of 1.4.4, this must always be set: it signals ngAnimate
+ * to not accidentally inherit a delay property from another CSS class */
193
* transition-duration: 0s;
194
* }
195
* .my-animation.ng-enter.ng-enter-active {
0 commit comments