I\'d like to add a delay to each iteration of an SVG animation loop. Here\'s a simple example.
I think what you're looking for is the additive/accumulative attributes of the svg. This is an example that i got from css tricks
svg {
border: 3px solid #eee;
display: block;
margin: 1em auto;
}
In fact here is a better exaample (same source)
svg {
border: 3px solid #eee;
display: block;
margin: 1em auto;
}