The <set>
element provides a simple means of just setting the value of an attribute for a specified duration. It supports all attribute types, including those that cannot reasonably be interpolated, such as string and boolean values. The <set>
element is non-additive. The additive and accumulate attributes are not allowed, and will be ignored if specified.
Categories | Animation element |
---|---|
Permitted content | Any number of the following elements, in any order: Descriptive elements |
externalResourcesRequired
This element implements the SVGSetElement
interface.
Specification | Status | Comment |
---|---|---|
SVG Animations Level 2 The definition of '<set>' in that specification. | Editor's Draft | |
Scalable Vector Graphics (SVG) 1.1 (Second Edition) The definition of '<set>' in that specification. | Recommendation | Initial definition |
Desktop | ||||||
---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
Basic support | Yes | ? | ? | ? | Yes | ? |
to |
Yes | ? | ? | ? | Yes | ? |
Mobile | |||||||
---|---|---|---|---|---|---|---|
Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
Basic support | Yes | Yes | ? | ? | Yes | ? | ? |
to |
Yes | Yes | ? | ? | Yes | ? | ? |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/set