Winter Cardinal UI - v0.442.0 / DAnimationFadeInOptions

Interface: DAnimationFadeInOptions<TARGET>

DAnimation options.

Type parameters

Name
TARGET

Hierarchy

Table of contents

Properties

Properties

duration

Optional duration: number

An animation duration.

Inherited from

DAnimationOptions.duration

Defined in

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


on

Optional on: DAnimationOnOptions<DAnimation<TARGET>>

Event handlers.

Inherited from

DAnimationOptions.on

Defined in

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


onEnd

Optional onEnd: DAnimationOnEnd<TARGET>

Triggered when an animation ends.

Inherited from

DAnimationOptions.onEnd

Defined in

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


onStart

Optional onStart: DAnimationOnStart<TARGET>

A function called when an animation starts.

Inherited from

DAnimationOptions.onStart

Defined in

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


onStop

Optional onStop: DAnimationOnStop<TARGET>

Triggered when an animation stops.

Inherited from

DAnimationOptions.onStop

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.

Inherited from

DAnimationOptions.onTime

Defined in

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


shift

Optional shift: DAnimationFadeInShiftOptions

Defined in

src/main/typescript/wcardinal/ui/d-animation-fade-in.ts:18


target

Optional target: null | TARGET

An animation target.

Inherited from

DAnimationOptions.target

Defined in

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


timing

Optional timing: DAnimationTiming<TARGET>

Inherited from

DAnimationOptions.timing

Defined in

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