generated at
わからん

w01.svg
<svg width="400" height="100" viewBox="0 0 400 100" xmlns="http://www.w3.org/2000/svg"> <style type="text/css"> :root { --nandesuka-col-1:black; --nandesuka-col-2:white; } #tx01{ font-weight:800; fill: none; stroke: var(--nandesuka-col-1); stroke-width:4; stroke-linecap:round; stroke-linejoin:round; stroke-dasharray: 800; stroke-dashoffset: 800; animation: textAnime 15s linear infinite; } @keyframes textAnime { 0% { stroke-dashoffset: 800; } 20% { stroke-dashoffset: 0; stroke: var(--nandesuka-col-2); } 60% { stroke-dashoffset: 0; } 80% { stroke-dashoffset: 800; /*stroke-dashoffset: 0;*/ stroke: var(--nandesuka-col-1); } 100% { stroke-dashoffset: 800; stroke: var(--nandesuka-col-2); } } </style> <text id="tx01" x="10" y="90" font-size="90" letter-spacing="10" word-spacing="10" > わからん </text> </svg>