Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. .fadein,
  2. .fadeout {
  3. -webkit-transition:all linear 0.5s;
  4. -moz-transition:all linear 0.5s;
  5. -o-transition:all linear 0.5s;
  6. transition:all linear 0.5s;
  7. }
  8. .fadein.ng-hide-remove,
  9. .fadeout.ng-hide-add.ng-hide-add-active {
  10. opacity: 0;
  11. display: block !important;
  12. }
  13. .fadeout.ng-hide-add,
  14. .fadein.ng-hide-remove.ng-hide-remove-active {
  15. opacity: 1;
  16. display: block !important;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement