なにそれ怖い
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/なにそれ怖い/ns01.svg
code:ns01.svg
<style type="text/css">
font-weight:800;
fill: white;
stroke: black;
stroke-width:4;
stroke-linecap:round;
stroke-linejoin:round;
stroke-dasharray: 700;
stroke-dashoffset: 700;
animation: textAnime 6s linear infinite;
}
/* @media (prefers-color-scheme: light) { /* */
@media (prefers-color-scheme: dark) { /* */
fill:black;
stroke:white;
}
}
@keyframes textAnime {
0% {
stroke-dashoffset: 700;
}
50% {
stroke-dashoffset: 0;
}
100% {
stroke-dashoffset: 0;
}
}
</style>
<text id="tx01" x="10" y="90" font-size="90" letter-spacing="10" word-spacing="10" >
なにそれ怖い
</text>
</svg>