Skip to main content

Interface: TextEffect<Params>

Interface for text effect animations. Defines the contract for text animation effects like typewriter, stream word, etc.

Type parameters

NameType
ParamsTextEffectParams

Table of contents

Methods

Properties

Methods

run

run(params): Generator<unknown, any, any>

Executes the text effect animation

Parameters

NameType
paramsParams

Returns

Generator<unknown, any, any>

Defined in

helpers/types.ts:278

Properties

name

name: string

The unique name identifier for this text effect

Defined in

helpers/types.ts:276