SVG <animate> Element (original) (raw)

Last Updated : 16 Jun, 2022

SVG stands for Scalable Vector Graphic. It can be used to make graphics and animations like in HTML canvas.

The 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:

Attributes:

Below given are a few examples of the above element:

Example 1:

html `

`

Output:

Example 2:

html `

GeeksforGeeks

SVG animate element

`

Output:

Browsers Supported: The following browsers are supported by this SVG element: