Advertisement
Guest User

Untitled

a guest
Nov 20th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.88 KB | None | 0 0
  1. <svg width="44" height="44" viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg">
  2.     <g fill="none" fill-rule="evenodd">
  3.         <g stroke="#FFF" stroke-width="2">
  4.             <circle cx="22" cy="22" r="1">
  5.                 <animate attributeName="r"
  6.                     begin="0s" dur="2.2s"
  7.                     values="1; 20"
  8.                     calcMode="spline"
  9.                     keyTimes="0; 1"
  10.                     keySplines="0.165, 0.84, 0.44, 1"
  11.                     repeatCount="indefinite" />
  12.                 <animate attributeName="stroke-opacity"
  13.                     begin="0s" dur="2.2s"
  14.                     values="1; 0"
  15.                     calcMode="spline"
  16.                     keyTimes="0; 1"
  17.                     keySplines="0.165, 0.84, 0.44, 1"
  18.                     repeatCount="indefinite" />
  19.             </circle>
  20.         </g>
  21.     </g>
  22. </svg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement