We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b779091 commit 728ce72Copy full SHA for 728ce72
src/ngAnimate/module.js
@@ -177,6 +177,10 @@
177
* /* As of 1.4.4, this must always be set: it signals ngAnimate
178
* to not accidentally inherit a delay property from another CSS class */
179
* 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; */
184
* }
185
* .my-animation.ng-enter.ng-enter-active {
186
* /* standard transition styles */
0 commit comments