Convert text to SVG paths quickly and easily

Back

Pulsing Animation

Pulsing size animation using SMIL

Pulse
<svg viewBox="0 0 600 120">
    <rect width="100%" height="100%" fill="#ffffff"/>
    <text x="50%" y="55%" text-anchor="middle" font-size="36" fill="#6366f1"> 
        <tspan>Pulse</tspan>
        <animate attributeName="font-size" values="36;48;36" dur="2.4s" repeatCount="indefinite"/>
    </text>
</svg>