Properties
animationFrozen
animationFrozen: boolean = false
animationFrozenValue
animationFrozenValue: string = ''
Readonly attributes
attributes
: Record<string, Property<unknown>> = {}Protected Readonly begin
begin: number
Protected Readonly captureTextNodes
captureTextNodes: boolean = false
Protected Readonly document
Protected duration
duration: number = 0
Protected frozen
frozen: boolean = false
Protected initialUnits
initialUnits: string = ''
Protected initialValue
initialValue: string
Protected Readonly maxDuration
maxDuration: number
Protected Optional Readonly node
node?: HTMLElement
Protected removed
removed: boolean = false
Readonly styles
styles
: Record<string, Property<unknown>> = {}Readonly stylesSpecificity
stylesSpecificity: Record<string, string> = {}
type
type: string = 'animate'
Protected Readonly values
Static Readonly ignoreChildTypes
ignoreChildTypes: string[] = ...