Back to Content

origin

files/en-us/web/svg/reference/attribute/origin/index.md

latest704 B
Original Source

The origin attribute specifies the origin of motion for an animation. It has no effect in SVG.

You can use this attribute with the following SVG elements:

  • {{SVGElement("animateMotion")}}

Context notes

<table class="properties"> <tbody> <tr> <th scope="row">Value</th> <td><code>default</code></td> </tr> <tr> <th scope="row">Default value</th> <td><code>default</code></td> </tr> <tr> <th scope="row">Animatable</th> <td>No</td> </tr> </tbody> </table>

Specifications

{{Specifications}}

See also