8.7 released—WinterCG Compliance Part 1
Learn more
CssAnimationProperty

Summary

Constructors

constructor

new CssAnimationProperty<T, U>(options: CssAnimationPropertyOptions<T, U>): CssAnimationProperty<T, U>
Parameter Default Description
options
CssAnimationPropertyOptions<T, U>

Returns CssAnimationProperty<T, U>

Properties

_valueConverter

_valueConverter?: (value: string) => any

cssLocalName

Readonly

cssName

Readonly

defaultValue

Readonly

defaultValueKey

Readonly

getDefault

Readonly

isStyleProperty

isStyleProperty: boolean

keyframe

Readonly

register

Readonly
register: (cls: {}) => void

setNative

Readonly

Methods

_initDefaultNativeValue

_initDefaultNativeValue(target: T): void
Parameter Default Description
target
T

Returns void

isSet

isSet(instance: T): boolean
Parameter Default Description
instance
T

Returns boolean

_getByCssName

Static
_getByCssName(name: string): CssAnimationProperty<any, any>
Parameter Default Description
name
string

Returns CssAnimationProperty<any, any>

_getPropertyNames

Static
_getPropertyNames(): string[]