Interface: TextEffect<Params>
Interface for text effect animations. Defines the contract for text animation effects like typewriter, stream word, etc.
Type parameters
| Name | Type |
|---|---|
Params | TextEffectParams |
Table of contents
Methods
Properties
Methods
run
▸ run(params): Generator<unknown, any, any>
Executes the text effect animation
Parameters
| Name | Type |
|---|---|
params | Params |
Returns
Generator<unknown, any, any>
Defined in
Properties
name
• name: string
The unique name identifier for this text effect