Skip to main content

All Questions

0 votes
1 answer
188 views

What am I doing wrong trying to rotate some SVG through an animateTransform tag with "spline" calcmode?

I'm trying to animate a triangle so that its rotation accelerates (and later comes to a stop after a full rotation) and I am trying to use the animateTransform SVG tag, with the calcmode attribute set ...
Bert Meera's user avatar
2 votes
1 answer
129 views

SVG animateTransform scaling keySplines to match Y component of rotating vector

I need to simulate a rotating arrow in 2D. It has to keep pace with the rotating blue arrow. I started with keySplines shown by the red arrow that gave a nice quadrant when viewed using http://...
Peter Hill's user avatar