SMIL: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (Add link to SMIL challenges page)
mNo edit summary
 
Line 1: Line 1:
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.
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), and it's enabled by default. (To turn it off, you can toggle the svg.smil.enabled pref to false.)
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].

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.