blob: f1330fe85f75b2823ae4c1b1fe586c587f7b1b20 [file] [log] [blame]
Matteo Scandolo88e18462016-04-25 14:24:18 -07001@import '../../../styles/animations.scss';
2
3xos-alert {
4
5 /* when hiding */
6 .ng-hide-add { animation:0.5s fadeOutDown ease-in-out; }
7
8 /* when showing */
9 .ng-hide-remove { animation:0.5s fadeInUp ease-in-out; }
10}