SMIL: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
This section of the wiki is for discussing the implementation of SMIL Animation in Mozilla. Currently we're only implementing SMIL Animation for SVG. | 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. | ||
SMIL Animation support is now built into trunk builds by default (it's included in the nightlies), | 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 http://brian.sol1.net/svg/report/report.pdf]. | 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]. | ||
Line 12: | Line 12: | ||
* [[SMIL:Animation_Controller|Animation Controller]] | * [[SMIL:Animation_Controller|Animation Controller]] | ||
* [[SMIL:CSS_Animation|CSS Animation]] | * [[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.