![]() |
VOOZH | about |
SVG stands for Scalable Vector Graphic. It can be used to make graphics and animations like in HTML canvas.
The <animate> SVG element is used to animate an attribute or property of an element over time. It's normally inserted inside the element which we want to animate.
Syntax:
<animate attributeName="" values="" dur="" repeatCount="" />
Attributes:
Below given are a few examples of the above element:
Example 1:
Output:
Example 2:
Output:
Browsers Supported: The following browsers are supported by this SVG element: