File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -172,15 +172,15 @@ <h3><a id="bootstrap" class="anchor" href="#bootstrap" aria-hidden="true"><span
172
172
< div class ="section ">
173
173
< h3 > < a id ="ngAnimate " class ="anchor " href ="#ngAnimate " aria-hidden ="true "> < span
174
174
class ="octicon octicon-link "> </ span > </ a > ngAnimate</ h3 >
175
- < p > If you want to use animations, include ngAnimate module. You can then use in-built classes < span
176
- class =" atv " > .alertIn </ span > and < span class =" atv " > .alertOut </ span > for applying CSS .</ p >
175
+ < p > If you want to use animations, include ngAnimate module. You can then use regular Angular animation
176
+ technique for applying your own transitions .</ p >
177
177
< pre class ="prettyprint linenums mRb15 ">
178
178
var myApp = angular.module("app", ["ngFlash", "ngAnimate"]);
179
179
</ pre >
180
180
< pre class ="prettyprint linenums ">
181
- .alertIn, .alertOut {...}
182
- .alertIn .ng-hide-remove , .alertOut .ng-hide-add .ng-hide-add -active {...}
183
- .alertOut .ng-hide-add , .alertIn .ng-hide-remove .ng-hide-remove -active {...}
181
+ .alert {...}
182
+ .alert .ng-enter , .alert .ng-enter .ng-enter -active {...}
183
+ .alert .ng-leave , .alert .ng-leave .ng-leave -active {...}
184
184
</ pre >
185
185
</ div >
186
186
< div class ="section ">
You can’t perform that action at this time.
0 commit comments