Hi tam usualy setting dur="indefinite" should do the trick, but it does not work for me, so i guess its a bug in ASV, though i only tetsed on ASV6. if you try with ASV3, please let me know if it works.
> <set attributeName="fill" from="black" to="red" > begin="bigRedText.click" dur="indefinite" > end="accessKey(2)"/> > hth Holger p.s.: here is the relevant part of the spec http://www.w3.org/TR/SVG/animate.html#TimingAttributes dur:... "indefinite" Specifies the simple duration as indefinite. If the animation does not have a dur attribute, the simple duration is indefinite. Note that interpolation will not work if the simple duration is indefinite (although this may still be useful for 'set' <http://www.w3.org/TR/SVG/animate.html#SetElement> elements). Except for any SVG-specific rules explicitly mentioned in this specification, the normative definition for this attribute is the SMIL Animation [ SMILANIM <http://www.w3.org/TR/2001/REC-smil-animation-20010904/>] specification. In particular, see SMIL Animation: 'dur' attribute <http://www.w3.org/TR/2001/REC-smil-animation-20010904/#DurAttribute>. ----- 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/

