SVGAnimatedBoolean

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

SVG 動畫布林值介面

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

介面概覽

亦實作於
方法
屬性
  • 布林值 baseVal
  • 唯讀布林值 animVal
規範文件 SVG 1.1(第二版)

實例屬性

名稱 類型 描述
SVGAnimatedBoolean.baseVal 布林值 在應用任何動畫之前,屬性的基礎值。
SVGAnimatedBoolean.animVal 布林值 如果屬性或屬性正在被動畫化,包含屬性或屬性的當前動畫值。如果屬性或屬性當前未被動畫化,則包含與 baseVal 相同的值。

實例方法

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

規範

Specification
Scalable Vector Graphics (SVG) 2
# InterfaceSVGAnimatedBoolean

瀏覽器相容性

BCD tables only load in the browser