SVGAnimationElement: beginElement() Methode
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.
Die SVGAnimationElement
-Methode beginElement()
erzeugt eine Startinstanzzeit für die aktuelle Zeit. Die neue Instanzzeit wird zur Liste der Startinstanzzeiten hinzugefügt. Das Verhalten dieser Methode entspricht beginElementAt(0)
.
Syntax
js
beginElement()
Parameter
Keine.
Rückgabewert
Keine
Beispiele
Dieses Beispiel zeigt, wie beginElement()
verwendet wird, um ein Animationselement zu starten:
js
const animationElement = document.querySelector("animate");
animationElement.beginElement();
console.log("Animation has started.");
Spezifikationen
Specification |
---|
SVG Animations Level 2 # __svg__SVGAnimationElement__beginElement |
Browser-Kompatibilität
BCD tables only load in the browser