comparison spinner.svg @ 5:cd0434bb2eb1

Add a spinner on connecting/disconnecting.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 22 Dec 2018 16:04:56 +0100
parents
children
comparison
equal deleted inserted replaced
4:5e97e1808a35 5:cd0434bb2eb1
1 <?xml version="1.0"?>
2 <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 -20 40 40">
3 <circle r="18" fill="none" stroke="black" stroke-width="4" stroke-dasharray="125">
4 <animate attributeName="stroke-dashoffset" values="26.4; 120; 26.4" keyTimes="0; 0.5; 1" dur="4s" repeatCount="indefinite"/>
5 <animateTransform attributeName="transform" type="rotate" values="0; 720; 1080" keyTimes="0; 0.5; 1" dur="4s" repeatCount="indefinite"/>
6 </circle>
7 </svg>