Re: Fwd: SVG animateMotion specification clarification request

Hi Ken,


> I like the idea.
>
> But... if animateMotion and animateTransform are equals, the order of begin
> times also affects the order of application of each animation.
>
> If the begin time for AS1 < AS2 < MP, the matrix order will be RT * AS1 *
> AS2 * (MP * MR).  Perhaps not what is expected.
>
>
> Yet another part of SMIL I dislike.
>


Yeah, time sorting of animations is quite unpleasant, but at least if
animateMotion and animateTransform are equals then even this unpleasantness
is consistent.

Implementation-wise (at least in WebKit) it's also much simpler to treat
animateMotion and animateTransform as instances of the same thing rather
than as two different concepts with different application rules.

Cheers,
    -Shane

Received on Thursday, 31 March 2011 04:04:45 UTC