Javi

snippet: animación

Feb 5th, 2015
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. .fadeout.ng-hide-add {
  2. -webkit-transition: 0.3s linear opacity;
  3. transition : 0.3s linear opacity;
  4. display : block !important;
  5. opacity : 1;
  6. }
  7. .fadeout.ng-hide-add-active {
  8. }
  9. .fadeout.ng-hide {
  10. opacity : 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment