Hi, I’m using Inkscape as software to create my svg with css animation.
I want to add my place holder as variable in the css method.
I’m learning by doing ,so do not really know if that is possible.
In my css method(rotate-point), I want the animation-duration
to take the value of my data-placeholder but it doesn’t work.
When I simply put a value eg. “1s”, it works pretty good.
Could someone please have a look at my code?
Below (in comments) are the animations’ codes used.
1:without the data-placeholder
2:with