You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.