We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c7cf9 commit 071cbdbCopy full SHA for 071cbdb
src/ngAnimate/animate.js
@@ -44,9 +44,9 @@
44
* }
45
*
46
* .slide.ng-enter { } /* starting animations for enter */
47
- * .slide.ng-enter-active { } /* terminal animations for enter */
+ * .slide.ng-enter.ng-enter-active { } /* terminal animations for enter */
48
* .slide.ng-leave { } /* starting animations for leave */
49
- * .slide.ng-leave-active { } /* terminal animations for leave */
+ * .slide.ng-leave.ng-leave-active { } /* terminal animations for leave */
50
* </style>
51
52
* <!--
0 commit comments