0
Animate delay
How can I add a delay attribute to svg animation
1 Resposta
+ 1
For delay 2s, duration 6s:
Add begin="2s" dur="6s" fill="freeze" in animate tag.
https://code.sololearn.com/WWZ5e40hrjvo/?ref=app
How can I add a delay attribute to svg animation