Skip to main content

Interface: ShowPartialOptions

Defined in: animation/creation/CreationExtensions.ts:154

ShowPartial options

Extends

Properties

duration?

optional duration: number

Defined in: animation/Animation.ts:14

Duration of the animation in seconds (default: 1)

Inherited from

AnimationOptions.duration


endPortion?

optional endPortion: number

Defined in: animation/creation/CreationExtensions.ts:158

End portion (0-1), default 1


rateFunc?

optional rateFunc: RateFunction

Defined in: animation/Animation.ts:16

Rate function controlling the animation's pacing (default: smooth)

Inherited from

AnimationOptions.rateFunc


shift?

optional shift: [number, number, number]

Defined in: animation/Animation.ts:18

Shift direction for fade animations

Inherited from

AnimationOptions.shift


startPortion?

optional startPortion: number

Defined in: animation/creation/CreationExtensions.ts:156

Start portion (0-1), default 0