Classes
CssAnimationProperty
CssAnimationProperty
Summary
Constructors
Properties
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
cssLocalName
Readonly
cssName
Readonly
defaultValue
Readonly
defaultValueKey
Readonly
getDefault
Readonly
isStyleProperty
key
Readonly
keyframe
Readonly
name
Readonly
register
Readonly
setNative
Readonly
Methods
_initDefaultNativeValue
Parameter | Default | Description |
target |
| T |
Returns void
isSet
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
Returns string[]
- Previous
- CssAnimationParser
- Next
- CssProperty