Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new default(document: default, node: HTMLElement, captureTextNodes?: boolean): default

Properties

animationFrozen

animationFrozen: boolean = false

animationFrozenValue

animationFrozenValue: string = ''

Readonly attributes

attributes: Record<string, default<any>> = {}

Protected Readonly begin

begin: number

Protected Readonly captureTextNodes

captureTextNodes: boolean = false

children

children: default[] = []

Protected Readonly document

document: default

Protected duration

duration: number = 0

Protected Readonly from

from: default<any>

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: default = null

Protected removed

removed: boolean = false

Readonly styles

styles: Record<string, default<any>> = {}

Readonly stylesSpecificity

stylesSpecificity: Record<string, string> = {}

Protected Readonly to

to: default<any>

type

type: string = 'animateTransform'

Protected Readonly values

values: default<string[]>

Static Readonly ignoreChildTypes

ignoreChildTypes: string[] = ...

Methods

Protected addChild

  • addChild(childNode: default | HTMLElement): void

addStylesFromStyleDefinition

  • addStylesFromStyleDefinition(): void

Protected applyEffects

calcValue

  • calcValue(): string

clearContext

getAttribute

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

getHrefAttribute

getProgress

Protected getProperty

getStyle

  • getStyle(name: string, createIfNotExists?: boolean, skipAncestors?: boolean): default<any>

Protected matchesSelector

  • matchesSelector(selector: string): boolean

Protected removeStyles

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

render

renderChildren

Protected restoreStyles

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

setContext

update

  • update(delta: number): boolean

Generated using TypeDoc