I have a case like the following:
animation element B will only start after animation
element A end when a indicator is 0.

I was testing a simple script like the one below:

function hiliteWord(elId, timeStr){

   obj = svgDocument.getElementById(elId);
   if(hiliteInd==0)
        obj.beginElementAt(timeStr);
}

I tried to pass something like 
<set id="b" attributeName="font-style"
attributeType="CSS" to="italic" begin="hiliteWord('b',
'a.end');" dur="100ms" fill="freeze"/>

It didn't work.

I checked and found that beginElementAt(..)  will not
take a string as parameter.

Does somebody have some idea on how to do it?

Thanks in advance.

Xiaoping

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-----
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