Skip to content

CSS animation delays

Steven Vachon edited this page May 7, 2014 · 18 revisions

Both SVG and CSS allow you to create repeating animations that begin after an initial delay. Synchronizing them can be an issue in CSS, however, as they won't always start at the same time.

By default, smil2css will recommend that you do not convert to CSS that uses animation delays. You can override this with the force option. To work around the issue, you could try a negative delay trick.

Quick Navigation

Clone this wiki locally