Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. .notification {
  2. -webkit-transition: all 0.25s ease-in-out;
  3. -webkit-transform: translateY(-100px);
  4. opacity: 0;
  5. }
  6.  
  7. .notification.ready {
  8. opacity: 0.99;
  9. -webkit-transform: translateY(0px);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement