TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Is there a data standard,other then SVG SMIL for saving vector animations?

1 pointsby taivareabout 9 years ago

1 comment

fremenmuaddibabout 9 years ago
As a data file format (declarative, no code to run) no, there is nothing else. SVG SMIL is the only file format for saving vector animations as data.<p>Here is an example SVG SMIL file with a cartoon episode with embedded audio in synch:<p><a href="https:&#x2F;&#x2F;imgh.us&#x2F;LoveDota.svg" rel="nofollow">https:&#x2F;&#x2F;imgh.us&#x2F;LoveDota.svg</a><p>The animation with the audio is reproduced correctly on Chrome and Firefox.<p>On Safari there is no audio, but the bug is currently under review: <a href="https:&#x2F;&#x2F;bugs.webkit.org&#x2F;show_bug.cgi?id=155778" rel="nofollow">https:&#x2F;&#x2F;bugs.webkit.org&#x2F;show_bug.cgi?id=155778</a><p>(NOTE: the above animation was made with AnimateCC and exported in SVG format with the flash2svg addon).<p>Without SMIL you just lose the option of saving complex animations like that. SVG SMIL is the PNG of vector animations.