SVGAnimatedBoolean
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.
Schnittstelle für animierte SVG-Boolean
Die Schnittstelle SVGAnimatedBoolean
wird für Attribute vom Typ Boolean verwendet, die animiert werden können.
Übersicht der Schnittstelle
Implementiert auch | Keine |
---|---|
Methoden | Keine |
Eigenschaften |
|
Normatives Dokument | SVG 1.1 (2. Ausgabe) |
Instanz-Eigenschaften
Name | Typ | Beschreibung |
---|---|---|
[`SVGAnimatedBoolean.baseVal`](/de/docs/Web/API/SVGAnimatedBoolean/baseVal) |
boolean | Der Basiswert des angegebenen Attributs vor Anwendung jeglicher Animationen. |
[`SVGAnimatedBoolean.animVal`](/de/docs/Web/API/SVGAnimatedBoolean/animVal) |
boolean |
Wenn das angegebene Attribut oder die Eigenschaft animiert wird, enthält es den aktuellen animierten Wert des Attributs oder der Eigenschaft. Wenn das angegebene Attribut oder die Eigenschaft derzeit nicht animiert wird, enthält es denselben Wert wie baseVal .
|
Instanz-Methoden
Die SVGAnimatedBoolean
Schnittstelle bietet keine spezifischen Methoden.
Spezifikationen
Specification |
---|
Scalable Vector Graphics (SVG) 2 # InterfaceSVGAnimatedBoolean |
Browser-Kompatibilität
Report problems with this compatibility data on GitHubLegend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.