We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
animate
SVG has standard tag animate that can animate anything in SVG. It usage is like this:
<Rect x="25" y="0" width="750" height="290" stroke="url(#Gradient)" strokeWidth="50" fill="transparent"> <animate attributeType="XML" attributeName="y" from="0" to="50" dur="2s" repeatCount="indefinite" /> </Rect>
Does this lib support this tag (animate)?
The text was updated successfully, but these errors were encountered:
Hello @psnet, Unfortunately, we don't support that tag, maybe in the future we will add that feature but now we haven't.
Sorry, something went wrong.
No branches or pull requests
SVG has standard tag
animate
that can animate anything in SVG. It usage is like this:Does this lib support this tag (
animate
)?The text was updated successfully, but these errors were encountered: