circle{-webkit-animation:A var(--time) linear forwards;-moz-animation:A var(--time) linear forwards;animation:A var(--time) linear forwards}@-webkit-keyframes A{0%{stroke-dashoffset:0}to{stroke-dashoffset:var(--to-stroke-dashoffset)}}@-moz-keyframes A{0%{stroke-dashoffset:0}to{stroke-dashoffset:var(--to-stroke-dashoffset)}}@keyframes A{0%{stroke-dashoffset:0}to{stroke-dashoffset:var(--to-stroke-dashoffset)}}