Go for the 1% solution either CSS or for a smooth transition use animation begin mouseover or similar. http://www.xml.com/2002/01/23/svg/cubes_step4.svg scale instead of translate...
cheers Jonathan Chetwynd On 22 Apr 2007, at 03:39, sirlemmingviii wrote: Here's a very brief synopsis of the specific situation: I'm trying to do sort of a menu-type system in SVG right now, where moving the mouse over one selection causes that selection to "grow", and then moving the mouse over another selection causes it to "grow" while the previously selected one "shrinks". I'm 99% sure I'll need an if-then-else type of thing to do this (otherwise it's pretty hard to decide which menu to shrink and which menu to grow). Does SVG have a built-in if-then-else type of thing? I haven't seen one in my "research" and I can imagine why it would seem like the kind of thing best left to the <script> section. Is that the case, or is there an easier way? ----- 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/

