--- In [email protected], Antoine Quint <[EMAIL PROTECTED]> wrote: > Make sure that your <animateColor> has an "end" attribute with value > "undefined", which allows you to call the endElement() method on the > DOM object representing that element.
This is one area where I found the SMIL Animation spec to be contradictory. In section 3.6.3 it clearly says you need end="indefinite": 'DOM method calls to begin or end an animation require that the associated attribute use the special value "indefinite".' But in many other places this is contradicted. For example, section 6.2: 'SMIL Animation supports several methods for controlling the behavior of animation: beginElement(), beginElementAt(), endElement(), and endElementAt(). These methods are used to begin and end the active duration of an element. Authors can (but are not required to) declare the timing to respond to the DOM using the following syntax: <animate begin="indefinite" end="indefinite" .../>' I received no response to the last query I posted to www-smil so I haven't tried to resolve this one. Regards, Brian. ------------------------ Yahoo! Groups Sponsor --------------------~--> Protect your PC from spy ware with award winning anti spy technology. It's free. http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- 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/

