Winter Cardinal UI - v0.442.0 / DAnimationOptions

Interface: DAnimationOptions<TARGET, EMITTER>

DAnimation options.

Type parameters

Name Type
TARGET TARGET
EMITTER DAnimation<TARGET>

Hierarchy

Table of contents

Properties

Properties

duration

Optional duration: number

An animation duration.

Defined in

src/main/typescript/wcardinal/ui/d-animation.ts:136


on

Optional on: DAnimationOnOptions<EMITTER>

Event handlers.

Defined in

src/main/typescript/wcardinal/ui/d-animation.ts:141


onEnd

Optional onEnd: DAnimationOnEnd<TARGET>

Triggered when an animation ends.

Defined in

src/main/typescript/wcardinal/ui/d-animation.ts:124


onStart

Optional onStart: DAnimationOnStart<TARGET>

A function called when an animation starts.

Defined in

src/main/typescript/wcardinal/ui/d-animation.ts:114


onStop

Optional onStop: DAnimationOnStop<TARGET>

Triggered when an animation stops.

Defined in

src/main/typescript/wcardinal/ui/d-animation.ts:129


onTime

Optional onTime: DAnimationOnTime<TARGET>

A function called constantly when an animation is on a run.

Defined in

src/main/typescript/wcardinal/ui/d-animation.ts:119


target

Optional target: null | TARGET

An animation target.

Defined in

src/main/typescript/wcardinal/ui/d-animation.ts:109


timing

Optional timing: DAnimationTiming<TARGET>

Defined in

src/main/typescript/wcardinal/ui/d-animation.ts:131