TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

1 点作者 taivare大约 9 年前

1 comment

fremenmuaddib大约 9 年前
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.