* { margin: 0px; padding: 0px; } .recaman-svg { width: 100%; height: 100%; } .recaman-svg-path { stroke-dasharray: 15866.58; animation-duration: 20s; animation-name: animator; animation-iteration-count: infinite; animation-timing-function: ease-in; } @keyframes animator { 0% { stroke-dashoffset: 15866.58; } 75% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: 0; } }