9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement

Defined in: ui/core/properties/index.ts

Type Parameters

Type Parameter
T extends Style
U

Implements

  • CssAnimationProperty<T, U>

Constructors

Constructor

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

Defined in: ui/core/properties/index.ts

Parameters

ParameterType
optionsCssAnimationPropertyOptions<T, U>

Returns

CssAnimationProperty<T, U>

Properties

_valueConverter?

ts
optional _valueConverter?: (value: string) => any;

Defined in: ui/core/properties/index.ts

Parameters

ParameterType
valuestring

Returns

any

Implementation of

ts
CssAnimationProperty._valueConverter

cssLocalName

ts
readonly cssLocalName: string;

Defined in: ui/core/properties/index.ts

Implementation of

ts
CssAnimationProperty.cssLocalName

cssName

ts
readonly cssName: string;

Defined in: ui/core/properties/index.ts

Implementation of

ts
CssAnimationProperty.cssName

defaultValue

ts
readonly defaultValue: U;

Defined in: ui/core/properties/index.ts

Implementation of

ts
CssAnimationProperty.defaultValue

defaultValueKey

ts
readonly defaultValueKey: symbol;

Defined in: ui/core/properties/index.ts

Implementation of

ts
CssAnimationProperty.defaultValueKey

getDefault

ts
readonly getDefault: symbol;

Defined in: ui/core/properties/index.ts

Implementation of

ts
CssAnimationProperty.getDefault

isStyleProperty

ts
isStyleProperty: boolean;

Defined in: ui/core/properties/index.ts

Implementation of

ts
CssAnimationProperty.isStyleProperty

key

ts
readonly key: symbol;

Defined in: ui/core/properties/index.ts

Implementation of

ts
CssAnimationProperty.key

keyframe

ts
readonly keyframe: string;

Defined in: ui/core/properties/index.ts

Implementation of

ts
CssAnimationProperty.keyframe

name

ts
readonly name: string;

Defined in: ui/core/properties/index.ts

Implementation of

ts
CssAnimationProperty.name

register

ts
readonly register: (cls: {
  prototype: any;
}) => void;

Defined in: ui/core/properties/index.ts

Parameters

ParameterType
cls{ prototype: any; }
cls.prototypeany

Returns

void

Implementation of

ts
CssAnimationProperty.register

setNative

ts
readonly setNative: symbol;

Defined in: ui/core/properties/index.ts

Implementation of

ts
CssAnimationProperty.setNative

Methods

_initDefaultNativeValue()

ts
_initDefaultNativeValue(target: T): void;

Defined in: ui/core/properties/index.ts

Parameters

ParameterType
targetT

Returns

void

Implementation of

ts
CssAnimationProperty._initDefaultNativeValue

isSet()

ts
isSet(instance: T): boolean;

Defined in: ui/core/properties/index.ts

Parameters

ParameterType
instanceT

Returns

boolean

Implementation of

ts
CssAnimationProperty.isSet

_getByCssName()

ts
static _getByCssName(name: string): CssAnimationProperty<any, any>;

Defined in: ui/core/properties/index.ts

Parameters

ParameterType
namestring

Returns

CssAnimationProperty<any, any>


_getPropertyNames()

ts
static _getPropertyNames(): string[];

Defined in: ui/core/properties/index.ts

Returns

string[]