Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. // ----
  2. // Sass (v3.4.14)
  3. // Compass (v1.0.3)
  4. // ----
  5.  
  6. @-webkit-keyframes loading-opacity {
  7. 1% { display: block; }
  8. 25% { opacity: 1; }
  9. 75% { opacity: 1; }
  10. 99% { opacity: 0; }
  11. 100% { display: none; }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement