docs(ngAnimate): ensure the CSS breakdown example uses a compound selector
This commit is contained in:
committed by
Matias Niemelä
parent
58e94dcde9
commit
f1b0d21f97
@@ -46,9 +46,9 @@
|
||||
* }
|
||||
*
|
||||
* .slide.ng-enter { } /* starting animations for enter */
|
||||
* .slide.ng-enter-active { } /* terminal animations for enter */
|
||||
* .slide.ng-enter.ng-enter-active { } /* terminal animations for enter */
|
||||
* .slide.ng-leave { } /* starting animations for leave */
|
||||
* .slide.ng-leave-active { } /* terminal animations for leave */
|
||||
* .slide.ng-leave.ng-leave-active { } /* terminal animations for leave */
|
||||
* </style>
|
||||
*
|
||||
* <!--
|
||||
|
||||
Reference in New Issue
Block a user