targetElement
SVGAnimationElement.targetElement
属性是指完成动画的元素。如果没有目标元素在执行动画(例如:因为 href
属性指定了一个未知的元素),这个值将返回 null
。
语法
var targetElement = someElement.targetElement;
规范
Specification |
---|
SVG Animations Level 2 # __svg__SVGAnimationElement__targetElement |
浏览器兼容性
BCD tables only load in the browser