SMIL: Difference between revisions
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 | 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.) | |||
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]]. | |||
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.