Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

animationFrozen

animationFrozen: boolean = false

animationFrozenValue

animationFrozenValue: string = ""

attributes

attributes: Record<string, Property>

Protected begin

begin: number

Protected captureTextNodes

captureTextNodes: boolean

children

children: Element[] = []

Protected document

document: Document

Protected duration

duration: number = 0

Protected from

from: Property

Protected frozen

frozen: boolean = false

Protected initialUnits

initialUnits: string = ""

Protected initialValue

initialValue: string = null

Protected maxDuration

maxDuration: number

Protected node

node: HTMLElement

parent

parent: Element = null

Protected removed

removed: boolean = false

styles

styles: Record<string, Property>

stylesSpecificity

stylesSpecificity: Record<string, string>

Protected to

type

type: string = "animateColor"

Protected values

values: Property

Static ignoreChildTypes

ignoreChildTypes: string[] = ['title']

Methods

Protected addChild

  • addChild(childNode: Element | HTMLElement): void

addStylesFromStyleDefinition

  • addStylesFromStyleDefinition(): void

calcValue

  • calcValue(): string

clearContext

  • clearContext(_: RenderingContext2D): void

getAttribute

  • getAttribute(name: string, createIfNotExists?: boolean): Property<any>

getHrefAttribute

getProgress

Protected getProperty

getStyle

  • getStyle(name: string, createIfNotExists?: boolean, skipAncestors?: boolean): Property

Protected matchesSelector

  • matchesSelector(selector: string): boolean

render

  • render(ctx: RenderingContext2D): void

renderChildren

  • renderChildren(ctx: RenderingContext2D): void

setContext

  • setContext(_: RenderingContext2D): void

update

  • update(delta: number): boolean

Generated using TypeDoc