Advertisement
Guest User

Untitled

a guest
Dec 17th, 2014
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.00 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
  3. <svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
  4.      viewBox="0 0 41.212 39.394" enable-background="new 0 0 41.212 39.394" xml:space="preserve">
  5. <style type="text/css">
  6. path{-o-animation-duration:.7s;-o-animation-name:pulse;-o-animation-iteration-count:infinite;-o-animation-direction:alternate;-webkit-animation-duration:.7s;-webkit-animation-name:pulse;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-duration:.7s;animation-name:pulse;animation-iteration-count:infinite;animation-direction:alternate;}
  7. @-o-keyframes pulse {
  8. from{fill:#333}
  9. to{fill:#ccc}
  10. }
  11. @-webkit-keyframes pulse {
  12. from{fill:#333}
  13. to{fill:#ccc}
  14. }
  15. @keyframes pulse {
  16. from{fill:#333}
  17. to{fill:#ccc}
  18. }
  19. </style>
  20. <path d="M11.47,19.645l17.227-8.051l-8.051,17.227v-9.176H11.47z"/>
  21. </svg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement