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 those delays won't always start at the same time.

By default, smil2css will recommend that you do not convert files that will result in using such delays. You can override this with the force option. Once outputted, you could try working around the issue with a negative delay trick, but this will change the start position of the animation.

Quick Navigation

Clone this wiki locally