Hi guys,

I want to create some animation effects like blinking on certain 
object inside a
SVGT document provided that object ID is given. I am thinking of 
adding SVGAnimationElem into
the object as its child. Is it the right way to add animation effect 
in J2ME
application?

Following is a portion of my funciton. I don't know how to continue 
after the
SVGNode.addChild() method. Can anyone help? Thank in advance.

SVGDocument setAnimation( SVGDocument origDoc, String srchId ) {
if( srchId != null && srchId != "" ) {
SVGNode SRSVGNode = origDoc.getNodeById(srchId);
SRSVGNode.addChild()
}
}






-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to