SMIL: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(killing SVGDev)
No edit summary
Line 1: Line 1:
This page is for discussing the implementation of SVG's declarative animation in Mozilla.
This page is for discussing the implementation of SVG's declarative animation in Mozilla.


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:
Currently, animation support is being developed in this [http://hg.mozilla.org/users/dholbert_mozilla.com/smil-patches/ Mercurial patch-queue].
(See [https://bugzilla.mozilla.org/show_bug.cgi?id=216462#c58 comments 58-59] on [https://bugzilla.mozilla.org/show_bug.cgi?id=216462 bug 216462] for details on how to use this patch-queue.)


* [[SVG:Notification_Mechanisms]]
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]].
* [[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]].

Revision as of 17:46, 22 July 2008

This page is for discussing the implementation of SVG's declarative animation in Mozilla.

Currently, animation support is being developed in this Mercurial patch-queue. (See comments 58-59 on bug 216462 for details on how to use this patch-queue.)

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. We also have Brian's earlier description of his attempt to implement a SMIL Model which includes roc's description of the Animation Controller.