Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .fadeout.ng-hide-add {
- -webkit-transition: 0.3s linear opacity;
- transition : 0.3s linear opacity;
- display : block !important;
- opacity : 1;
- }
- .fadeout.ng-hide-add-active {
- }
- .fadeout.ng-hide {
- opacity : 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment