@-webkit-keyframes dash{to{stroke-dashoffset:0}}@keyframes dash{to{stroke-dashoffset:0}}svg path{-webkit-animation:dash 2.5s linear forwards;animation:dash 2.5s linear forwards;fill:none;stroke-dasharray:1000;stroke-dashoffset:1000}