SMIL: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(killing SVGDev)
mNo edit summary
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This page is for discussing the implementation of SVG's declarative animation in Mozilla.
This section of the wiki is for discussing the implementation of [http://www.w3.org/TR/SVG11/animate.html SMIL Animation] in Mozilla. Currently we're only implementing SMIL Animation for SVG.


Currently the work on animation is on hold as we refactor the SVG code to better support it. Wiki pages being used to discuss this work include:
SMIL Animation support is now built into trunk builds by default (it's included in the nightlies), and it's enabled by default. (To turn it off prior to Firefox 21, you can toggle the svg.smil.enabled pref to false. From Firefox 21 SMIL will always be enabled)


* [[SVG:Notification_Mechanisms]]
The SMIL Animation implementation is built on the work done by Brian Birtles. You can see a detailed report of this work at: [http://brian.sol1.net/svg/report/report.pdf http://brian.sol1.net/svg/report/report.pdf].
* [[SVG:Data Storage]]


For a detailed report on the work carried out so far on implementing declarative animation see Brian's report at: [http://brian.sol1.net/svg/report/report.pdf http://brian.sol1.net/svg/report/report.pdf]. We also have Brian's earlier description of his attempt to implement a [[SVG:SMIL Model|SMIL Model]] which includes roc's description of the [[SVG:Animation_Controller|Animation Controller]].
Child pages:
 
* [[SMIL:SMIL_Model|SMIL Model]]
** [[SMIL:Timing_Model|Timing Model]]
** [[SMIL:Animation_Model|Animation Model]]
* [[SMIL:Animation_Controller|Animation Controller]]
* [[SMIL:CSS_Animation|CSS Animation]]
* [[SMIL:Challenges|Challenges with the specs]]
 
== All child pages ==
 
Here's a [https://wiki.mozilla.org/index.php?title=Special%3AAllPages&from=SMIL&to=SMIM complete list of all child pages] in case someone creates new SMIL pages without adding links above.

Latest revision as of 20:48, 28 January 2013

This section of the wiki is for discussing the implementation of SMIL Animation in Mozilla. Currently we're only implementing SMIL Animation for SVG.

SMIL Animation support is now built into trunk builds by default (it's included in the nightlies), and it's enabled by default. (To turn it off prior to Firefox 21, you can toggle the svg.smil.enabled pref to false. From Firefox 21 SMIL will always be enabled)

The SMIL Animation implementation is built on the work done by Brian Birtles. You can see a detailed report of this work at: http://brian.sol1.net/svg/report/report.pdf.

Child pages:

All child pages

Here's a complete list of all child pages in case someone creates new SMIL pages without adding links above.