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