SVGAnimationElement: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。
值
SVGElement 对象。
规范
| Specification |
|---|
| SVG Animations Level 2> # __svg__SVGAnimationElement__targetElement> |
浏览器兼容性
Loading…