Constructors

Properties

callback: any
options: { properties: any[] }
properties: Map<string, string>

Observed properties to their old values

target: any
all: MultiWeakMap = ...

All instances ever observed by this class

properties: Set<any> = ...

All properties ever observed by this class

Accessors

Methods

  • Observe the target for changes to one or more CSS properties

    Parameters

    • properties: string | string[]

    Returns void

  • Stop observing a target for changes to one or more CSS properties.

    Parameters

    • Optionalproperties: string | string[]

      Properties to stop observing. Defaults to all observed properties.

    Returns void