I have an SVG template with some text that I want to make pulsate.
Here is the HTML code:
<tspan class="text animated pulse" x="14.325" y="39.18">50</tspan></text>
Unfortunately, it's not working as expected.
If you'd like to see the code in action, check out this CodePen link.