[svg-developers] Re: mouseover management

2013-05-06 Thread brianskold
--- In svg-developers@yahoogroups.com, "Richard Pearman" wrote: > 2. I think you have to use javaScript if you want your animation to only > start at the first mouseover. If you want it to never restart use restart="never" on the animateTransform element. If you simply want it to stop being int

[svg-developers] Re: mouseover management

2013-04-30 Thread brianskold
Hi, --- In svg-developers@yahoogroups.com, "yjaguar0009" wrote: > 1 - The animation is triggered with the mouse over of the rect. How to make > the animation triggers with the mouse over of the whole SVG (all the objects > of the SVG)? On the element use: begin="control_panel.begin" > 2 -

[svg-developers] Re: External SVG file in an SVG

2013-04-24 Thread brianskold
Hi David, --- In svg-developers@yahoogroups.com, "David Dailey" wrote: > Curious. > > Is Chromium the same thing as Chrome? I thought Webkit sort of underlay > both Chrome and Safari. Chromium is the open source project on which Chrome is based. Even before Google announced Blink, the version

[svg-developers] Re: External SVG file in an SVG

2013-04-23 Thread brianskold
--- In svg-developers@yahoogroups.com, "David Dailey" wrote: > Thanks for the bug number, but I'm not sure quite how to read it. When I see > the word "fixed" in the thread, does that mean that in some experimental > version of webkit, the problems will someday go away? If the bug tracker is accu

[svg-developers] Re: External SVG file in an SVG

2013-04-21 Thread brianskold
--- In svg-developers@yahoogroups.com, "al_i_bi_bi" wrote: > > Hello, > I start with SVG (sorry) and sorry twice for my poor english (i'm > french) ... > I try to call an external SVG (made with Illustrator) in an SVG using > and xlink : I think this may be the corresponding bug number: https://

[svg-developers] Re: Stopping svg animation from within javascript code

2006-06-06 Thread brianskold
--- In svg-developers@yahoogroups.com, Antoine Quint <[EMAIL PROTECTED]> wrote: > Make sure that your 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 Animat

[svg-developers] Re: SMIL Animation in Mozilla report

2006-01-09 Thread brianskold
Hi Andreas, Thanks for your comments! I hope I didn't give the impression that the code has been reviewed or is complete. I have submitted some code as a progress snapshot of the work I have been doing and have received some feedback on it. This is just the start of the review process. The really

[svg-developers] Re: dynamic animation with SVG/SMIL

2005-12-12 Thread brianskold
--- In svg-developers@yahoogroups.com, "cormacinfodes" <[EMAIL PROTECTED]> wrote: > Furthermore i would like to know if its possible using SVG/SMIL to have > a timeline that you can drag which correlates to time in the animation, > so that people can scrub through the animation. Yes, SVG/SMIL do

[svg-developers] Re: JavaScript access to the SMIL clock

2005-11-27 Thread brianskold
--- In svg-developers@yahoogroups.com, "danbogaard" <[EMAIL PROTECTED]> wrote: > Either finding out if a specific animation has ended, or when the SMIL clock has been running > for 15 seconds? You might want to look at getCurrentTime which is part of the SVGSVGElement DOM interface: "getCurrentT