Skip to main content

Questions tagged [animatetransform]

The tag has no usage guidance.

animatetransform
1 vote
1 answer
101 views

How to prevent SVG scale animation resetting on finish [duplicate]

I have multiple SVGs displayed on my website, which are animated using the animateTransform element triggered by beginElement(). The first few scale animations I created finished on a scale of 100% so ...
Sh4lidar's user avatar
0 votes
1 answer
95 views

Change svg speed of AnimateTransform speed

I'm trying to dynamically change the rotation speed of my circle, but can't find a solution for this. I want to spin it really fast in the beginning and change it to stand still in e.g. 4 seconds. I'...
user2051376's user avatar
0 votes
1 answer
182 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
1 vote
0 answers
85 views

svg SMIL animation transform origin question

I cannot figure out where to put the transform origin and with what values at the second path (#tran) to resemble the first path (#drop). I want them both to move the same way. The path #tran is the ...
Chromebook Acer's user avatar
1 vote
1 answer
164 views

SVG feTurbulence filter will not animateTransform rotate on Firefox

This code is saved in a .SVG file and it animates as intended on most browsers, but not on Firefox. The feTurbulence filter and the rotation animation work separately on any other shapes, but when ...
Cupcake_Ria's user avatar
2 votes
1 answer
126 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
0 votes
1 answer
145 views

How to use animateTransform cx cy values properly?

I am trying to make an animated loading icon in svg, although whenever I check the result in Chrome, or Edge, the rotation animation doesn't react on the cx/cy values (only if I set them to zero, it ...
Mat's user avatar
  • 471
1 vote
2 answers
1k views

SVG AnimateTransform not working in Safari..?

Why is this animation, which works in FF and Chrome, not working in Safari (begin="click" does not trigger the animateTransform in Safari; replace click with for example 0s and you'll see it ...
DevelJoe's user avatar
  • 1,112
0 votes
0 answers
115 views

SVG animation trouble

Task to animate the SVG icon: <svg width = “10” height = “10” x = “124.23852130911843” y = “88.06430110098822” id = “Transporter_1” data-name = “Transporter 1” xmlns = “http://www.w3.org/2000/ svg ”...
Detoner's user avatar
  • 554
1 vote
1 answer
185 views

SVG animateTransform toggle only working once

If you click two subsequent times on the rectangle, you see an animation toggling on and off: <svg version="1.1" baseProfile="full" viewBox="0 0 1000 200" xmlns="http://www.w3.org/2000/svg" id="...
DevelJoe's user avatar
  • 1,112
1 vote
1 answer
204 views

Save end of SVG animation as png (quickly)

The following animated svg shows a point that is translated from left to right: <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/...
Hackerman's user avatar
0 votes
1 answer
263 views

Python svgwrite and simultaneous animationTransforms

I am trying to use python svgwrite to make an object scale and rotate at the same time. My efforts has so far been to add two consecutive "animateTransform". It does however seem to only ...
Emil's user avatar
  • 11
3 votes
3 answers
1k views

Smoothly move an SVG line along a rectangular path

I am trying to recreate the following animation: I am having trouble with getting a line to properly animate around corners. I've tried using an animateMotion-element like so: <line class="...
HaakonFlaar's user avatar
1 vote
0 answers
100 views

SVG animateTransform not updating on from and to value change

<line x1="100" y1="100" x2="100" y2="35" stroke="white" stroke-width="4" stroke-linecap="round"> <animateTransform attributeName="transform" attributeType="XML" type="rotate" [attr.from]="...
aries12's user avatar
  • 380
0 votes
2 answers
135 views

svg animation - icon not scale center point of icon

This is the code of my svg, and i am making the animation like heartbeat my icon. but it's not scale center when i give from 1 to 0. This is the code: <linearGradient id="SVGID_2_" ...
Hassan Javed's user avatar

15 30 50 per page