Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. @keyframes dash
  2. {
  3. from
  4. {
  5. stroke-dashoffset: 1000;
  6. }
  7. to
  8. {
  9. stroke-dashoffset: 0;
  10. }
  11. }
  12.  
  13. @keyframes dash {
  14. from {stroke-dashoffset: 1000 1; }
  15. to {stroke-dashoffset: 0 1000;}
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement