此頁面由社群從英文翻譯而來。了解更多並加入 MDN Web Docs 社群。

View in English Always switch to English

SVGAnimatedBoolean

Baseline Widely available

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

SVGAnimatedBoolean 介面用於可以動畫化的布林值類型屬性。

實例屬性

SVGAnimatedBoolean.baseVal

一個布林值,表示在應用任何動畫之前,該屬性的基礎值。

SVGAnimatedBoolean.animVal Read only

一個布林值,表示該屬性目前的動畫值。如果該屬性目前未被動畫化,則其值與 baseVal 相同。

實例方法

SVGAnimatedBoolean 介面未提供任何特定的方法。

規範

Specification
Scalable Vector Graphics (SVG) 2
# InterfaceSVGAnimatedBoolean

瀏覽器相容性