SMIL: Difference between revisions

64 bytes added ,  28 January 2013
m
no edit summary
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].
31

edits