Interface: AddTextLetterByLetterOptions
Defined in: animation/creation/Create.ts:999
Extends
Properties
duration?
optionalduration:number
Defined in: animation/Animation.ts:14
Duration of the animation in seconds (default: 1)
Inherited from
rateFunc?
optionalrateFunc:RateFunction
Defined in: animation/Animation.ts:16
Rate function controlling the animation's pacing (default: smooth)
Inherited from
reverse?
optionalreverse: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?
optionalshift: [number,number,number]
Defined in: animation/Animation.ts:18
Shift direction for fade animations
Inherited from
timePerChar?
optionaltimePerChar:number
Defined in: animation/creation/Create.ts:1001
Time per character in seconds, default 0.1