Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CssAnimationProperty<T, U>

Type parameters

Hierarchy

  • CssAnimationProperty

Implements

Implemented by

Index

Constructors

constructor

  • new CssAnimationProperty<T, U>(options: CssAnimationPropertyOptions<T, U>): CssAnimationProperty<T, U>

Properties

Optional _valueConverter

_valueConverter: function

Type declaration

    • (value: string): any
    • Parameters

      • value: string

      Returns any

Readonly cssLocalName

cssLocalName: string

Readonly cssName

cssName: string

Readonly defaultValue

defaultValue: U

Readonly defaultValueKey

defaultValueKey: symbol

Readonly getDefault

getDefault: symbol

isStyleProperty

isStyleProperty: boolean

Readonly key

key: symbol

Readonly keyframe

keyframe: string

Readonly name

name: string

Readonly register

register: function

Type declaration

    • (cls: object): void
    • Parameters

      • cls: object
        • prototype: any

      Returns void

Readonly setNative

setNative: symbol

Private Readonly source

source: symbol

Private Static properties

properties: object

Type declaration

Methods

_initDefaultNativeValue

  • _initDefaultNativeValue(target: T): void

isSet

  • isSet(instance: T): boolean

Static _getByCssName

Static _getPropertyNames

  • _getPropertyNames(): string[]

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method