Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AnimateTransformElement

Hierarchy

Index

Constructors

Properties

animationFrozen: boolean = false
animationFrozenValue: string = ''
attributes: Record<string, Property<unknown>> = {}
begin: number
captureTextNodes: boolean = false
children: Element[] = []
document: Document
duration: number = 0
from: Property<unknown>
frozen: boolean = false
initialUnits: string = ''
initialValue: string
maxDuration: number
node?: HTMLElement
parent: Element = null
removed: boolean = false
styles: Record<string, Property<unknown>> = {}
stylesSpecificity: Record<string, string> = {}
to: Property<unknown>
type: string = 'animateTransform'
values: Property<string[]>
ignoreChildTypes: string[] = ...

Methods

  • addChild(childNode: HTMLElement | Element): void
  • addStylesFromStyleDefinition(): void
  • calcValue(): string
  • getAttribute(name: string, createIfNotExists?: boolean): Property<unknown>
  • getProgress(): IProgress
  • getStyle(name: string, createIfNotExists?: boolean, skipAncestors?: boolean): Property<unknown>
  • isFirstChild(): boolean
  • matchesSelector(selector: string): boolean
  • removeStyles(element: Element, ignoreStyles: string[]): [string, string][]
  • restoreStyles(element: Element, styles: [string, string][]): void
  • update(delta: number): boolean

Generated using TypeDoc