Skip to main content

Interface: Animation<Params>

Interface for element animations. Defines the contract for element animation effects like fade, rise, blur, etc.

Type parameters

NameType
ParamsAnimationParams

Table of contents

Methods

Properties

Methods

run

run(params): ThreadGenerator

Executes the animation

Parameters

NameType
paramsParams

Returns

ThreadGenerator

Defined in

helpers/types.ts:319

Properties

name

name: string

The unique name identifier for this animation

Defined in

helpers/types.ts:317