PluginProbe
Contact Forms by Cimatti / trunk
Contact Forms by Cimatti vtrunk
2.3.6 2.3.5 2.3.0 2.2.32 2.2.4 2.2.0 2.1.2 2.1.1 trunk 1.0 1.1 1.2 1.2.1 1.3 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 All 62 releases
contact-forms / assets / img / material_throbber.svg

material_throbber.svg in Contact Forms by Cimatti trunk, at assets/img/material_throbber.svg

11 lines 495 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <svg viewBox='-5 -5 10 10' xmlns='http://www.w3.org/2000/svg'>
2 <style>
3 svg{animation:r 1.4s linear infinite}
4 @keyframes r{to{transform:rotate(270deg)}}
5 circle{animation:d 1.4s ease-in-out infinite}
6 @keyframes d{50%{transform:rotate(135deg);stroke-dashoffset:8}
7 to{transform:rotate(450deg)}
8 from,to{stroke-dashoffset:28}}
9 </style>
10 <circle fill='none' stroke-dasharray='30' stroke-dashoffset='8' stroke='#3366aa' r='4'/>
11 </svg>