Re: SVG12: DOM-based animation

* Andrew Shellshear wrote:
>>>  <handler type="application/ecmascript" ev:event="timer">
>>>        if (evt.target == mytimer)
>>>        {
>>>        showAndGrowElement();
>>>        }
>>>  </handler>
>>
>>This is one of the reasons why the example can't work as expected, the
>>'timer' event is only ever dispatched to the event listeners registered
>>on the Timer object, not to any node in the document. At least the draft
>>does not mention that.
>
>We have added the following to the description of the Timer event:
>
>This event is only applicable to 'svg' elements.
>The target of the event is the 'svg' element.

That would make sense only with major changes to the 'Timer' interface;
could you elaborate on these changes? How, for example, with this model,
would one distinguish between two 'timer' events from different Timer
objects?
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Monday, 8 May 2006 16:09:19 UTC