SVGAnimatedBoolean
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
SVGAnimatedBoolean 介面用於可以動畫化的布林值類型屬性。
實例屬性
SVGAnimatedBoolean.baseVal
-
一個布林值,表示在應用任何動畫之前,該屬性的基礎值。
SVGAnimatedBoolean.animVal
Read only-
一個布林值,表示該屬性目前的動畫值。如果該屬性目前未被動畫化,則其值與
baseVal
相同。
實例方法
SVGAnimatedBoolean
介面未提供任何特定的方法。
規範
Specification |
---|
Scalable Vector Graphics (SVG) 2 # InterfaceSVGAnimatedBoolean |