Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
17 views

I am trying to create a path animation of Svg in the desktop compose app. fun SvgDocument.drawCompletedFills(buildPaths: List<BuildPath>, drawScope: DrawScope, canvas: Canvas, targetLength: ...
15 votes
2 answers
11k views

Currently i am using UIWebView to display animated svg file in my native iOS application. This works fine except the CPU usage is constantly being on higher side as long as app is in foreground. ...
0 votes
2 answers
1k views

Can you give some information about new versions FF, that passed after version 37.0.2. I knew that most of the bugs in version 38 have been fixed in version 38.0.5. I noticed a difference in the ...
0 votes
1 answer
83 views

I'm struggling to make an animation work. I've created two SVG paths in Figma with the same amount of path points. Now i want to code a morphing animation. My first try was an animate object as ...
0 votes
1 answer
64 views

I have an SVG map of Africa, and I want to embed a second SVG within it. However, I’m unable to do so due to an overflow issue. I suspect that I might be facing a clipping or masking problem. Since ...
0 votes
1 answer
91 views

I’m trying to recreate the box animation from Flecto.io using GSAP in this CodePen: https://codepen.io/sleepylala/pen/raNWYJy HTML CODE: <body> <div class="about-header"> ...
1 vote
1 answer
189 views

I have an horizontally responsive SVG path that stretch without keeping its ratio, and it's working when using preserveAspectRatio="none" on the tag and vector-effect="non-scaling-...
2 votes
2 answers
111 views

I wanted to animate a svg graphic. I wanted to animate the bar diagram so the bars start at 0 and reach their height at 4seconds, I can't seem to figure it out. Imagine it like a loading bar but ...
2 votes
4 answers
135 views

I'm trying to spin/rotate the inner path of this SVG so that it spins clockwise. Right now the path is spinning as if it was around a bigger circle. How do I spin the icon from the center point and ...
0 votes
0 answers
126 views

I have an SVG file with multiple, sequential animations (1. an arrow appears from left to right; 2. a tirangle grows while changing color; 3. the triangle now shrinks). I want to include the animated ...
0 votes
1 answer
244 views

I'm trying to make an animated border radius via using an SVG with border-image, and round it out with border-radius. I have overflow: hidden; but the border doesn't seem to be affected by this ...
3 votes
2 answers
15k views

I want to add a brush stroke effect animation on my webpage. I tried using transform but it didn't work. I want to the brush stoke to have wipe animation from left to right so that it reveal itself. ...
0 votes
2 answers
180 views

The radial gradient is supposed to grow from 10% to 100% on hover, but it's just not doing anything. Can't understand what I'm doing wrong. <svg id="svgDoc" xmlns="http://www.w3.org/2000/svg" ...
0 votes
1 answer
72 views

I want to make an animated svg logo using css animation with keyframes. The animation works well, but I can not find a way to properly time the keyframes. I want to achieve the below timeline: step 1:...
1 vote
1 answer
145 views

I trying to create a mouse trail using svg path elements. used beziers for smoothening but somehow smoothening is not good. can some one help me with this. const smoothing = 0.10; function line(...
2 votes
1 answer
348 views

I have been trying to recreate this progress bar, but I have been stuck to the step where I can implement the dashes between the line. If you have any ideas it would be great. This is what i have ...
0 votes
0 answers
17 views

I want to set the animatable objects one by one with a certain gap on a specific path before they start moving, like the visual effect in the following picture. I tried to Google it, but I failed. I ...
0 votes
1 answer
84 views

I have the following code (in TypeScript) that creates a polyline (based on 4 differents points x1y1, xCy1, xCy1, x2y2, where Xc is the half distance between x1 and x2 on a plane), so it is not a ...
1 vote
1 answer
549 views

I didn't found any efficient solution right now, I'm able to do it with puppeteer and FFmpeg but it takes time and also did not get the resolution that I wanted. currently, this approach launches svg ...
0 votes
1 answer
78 views

Sample SVG: <svg xmlns="http://www.w3.org/2000/svg" width="140" height="140"> <linearGradient id="reuseme" gradientUnits="userSpaceOnUse" spreadMethod="reflect"> <stop offset="0"...
0 votes
1 answer
91 views

How can I change this SVG so that the gradient cycles from top to bottom continuously such that when the red is dropping off the bottom, it is appearing from the top and when the blue is dropping off ...
0 votes
1 answer
126 views

I saw a SVG path animation effect on the Deno official website. I would like to know how to achieve a similar effect. Could you please provide me with some implementation ideas, and if possible, some ...
-1 votes
1 answer
60 views

I have a div with several SVG's textPaths that are overlapped with a position absolute. The problem is that I can hover and click in all of them in Google Chrome, but not in Safari (the ...
0 votes
0 answers
51 views

EDIT THIS was my final result. Maybe it will help someone out there -> <svg width="300" height="225"> <circle class="st5" r="21" style="opacity: 0;"> <animateMotion ...
9 votes
1 answer
5k views

I'm not sure what I need to modify in this SVG in order to make it compatible with Firefox? The animation works fine in other browsers but in Firefox it's just a static image and it does not animate. ...

1
2 3 4 5
15