+ 3
How to animate a polyline using <animate /> attribute?
https://code.sololearn.com/WDPFaeKHkjQo/?ref=app In this code I have animated rectangle and ellipses using <animate />attribute. Like that I want to animate the polylines. Any help?
3 odpowiedzi
+ 5
It's working right?
What is the problem?
+ 3
Well, check this link for the answer.
https://stackoverflow.com/questions/9036647/animating-a-polylines-appearance-using-svg-animate Thanks @🇹🇭Nithiwat🇹🇭
+ 2
In my code for letter v I used polyline SVG element. I want to animate them using the <animate /> attribute like I have animated other elements.