--- 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
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 -
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
--- 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
--- 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://
--- 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
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
--- 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
--- 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
9 matches
Mail list logo