Skip to main content

Interface: AddTextLetterByLetterOptions

Defined in: animation/creation/Create.ts:999

Extends

Properties

duration?

optional duration: number

Defined in: animation/Animation.ts:14

Duration of the animation in seconds (default: 1)

Inherited from

AnimationOptions.duration


rateFunc?

optional rateFunc: RateFunction

Defined in: animation/Animation.ts:16

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

Inherited from

AnimationOptions.rateFunc


reverse?

optional reverse: boolean

Defined in: animation/creation/Create.ts:1006

When true, animate in reverse: remove letters one by one instead of adding them. Used internally by RemoveTextLetterByLetter.


shift?

optional shift: [number, number, number]

Defined in: animation/Animation.ts:18

Shift direction for fade animations

Inherited from

AnimationOptions.shift


timePerChar?

optional timePerChar: number

Defined in: animation/creation/Create.ts:1001

Time per character in seconds, default 0.1