We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
duration:0s
1 parent 97525a4 commit e69761bCopy full SHA for e69761b
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 */
+ * /* this must also be set (as of 1.4.4). This will signal ngAnimate
+ * to not accidentally inherit a duration property from another CSS class */
193
* transition-duration: 0s;
194
* }
195
* .my-animation.ng-enter.ng-enter-active {
0 commit comments