Batik's animation is really just SVG
animation<http://www.w3.org/TR/SVG11/animate.html>which is mainly
SMIL<http://www.w3.org/TR/2001/REC-smil-animation-20010904/#AnimationFramework>(with
 batik
additions<http://www.w3.org/TR/SVG11/animate.html#SVGExtensionsToSMILAnimation>).


Create the DOM objects just as you would build rects, etc and add them to
the target elements.

You'll find many examples by broadening your search to include javascript.
The DOM calls are the same.


On Tue, Dec 22, 2009 at 12:48 PM, dao <[email protected]> wrote:

> hello,
>
> is there a tutorial of how to create animation elements with batik? do I
> need to create the elements from scratch (using DOM) or batik provides a
> animation framework? I ask because there is the package
> org.apache.batik.anim<http://xmlgraphics.apache.org/batik/javadoc/org/apache/batik/anim/package-summary.html>
>  but I cannot find any code snippet with google
>
> --
> Dao Hodac
>

Reply via email to