balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

preloader.svg (729B)


      1 <svg width="141px"  height="141px"  xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" class="lds-dual-ring" style="background: none;">
      2     <circle cx="50" cy="50" ng-attr-r="{{config.radius}}" ng-attr-stroke-width="{{config.width}}" ng-attr-stroke="{{config.stroke}}" ng-attr-stroke-dasharray="{{config.dasharray}}" fill="none" stroke-linecap="round" r="14" stroke-width="2" stroke="#ce9233" stroke-dasharray="21.991148575128552 21.991148575128552" transform="rotate(303 50 50)">
      3       <animateTransform attributeName="transform" type="rotate" calcMode="linear" values="0 50 50;360 50 50" keyTimes="0;1" dur="2s" begin="0s" repeatCount="indefinite"></animateTransform>
      4     </circle>
      5   </svg>