此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。

View in English Always switch to English

targetElement

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨2020年1月⁩.

SVGAnimationElement.targetElement 属性是指完成动画的元素。如果没有目标元素在执行动画(例如:因为 href 属性指定了一个未知的元素),这个值将返回 null

语法

var targetElement = someElement.targetElement;

规范

Specification
SVG Animations Level 2
# __svg__SVGAnimationElement__targetElement

浏览器兼容性