Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

animationFrozen

animationFrozen: boolean = false

animationFrozenValue

animationFrozenValue: string = ""

Readonly attributes

attributes: Record<string, Property>

Protected Readonly begin

begin: number

Protected Readonly captureTextNodes

captureTextNodes: boolean

children

children: Element[] = []

Protected Readonly document

document: Document

Protected duration

duration: number = 0

Protected Readonly from

from: Property

Protected frozen

frozen: boolean = false

Protected initialUnits

initialUnits: string = ""

Protected initialValue

initialValue: string = null

Protected Readonly maxDuration

maxDuration: number

Protected Readonly node

node: HTMLElement

parent

parent: Element = null

Protected removed

removed: boolean = false

Readonly styles

styles: Record<string, Property>

Readonly stylesSpecificity

stylesSpecificity: Record<string, string>

Protected Readonly to

type

type: string = "animate"

Protected Readonly values

values: Property

Static Readonly ignoreChildTypes

ignoreChildTypes: string[] = ['title']

Methods

Protected addChild

  • addChild(childNode: Element | HTMLElement): void

addStylesFromStyleDefinition

  • addStylesFromStyleDefinition(): void

Protected applyEffects

calcValue

  • calcValue(): string

clearContext

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

Protected removeStyles

  • removeStyles(element: Element, ignoreStyles: string[]): [string, string][]

render

renderChildren

Protected restoreStyles

  • restoreStyles(element: Element, styles: [string, string][]): void

setContext

update

  • update(delta: number): boolean

Generated using TypeDoc