LogoPixi’VN
indexFunctions

Function: shakeEffect()

> shakeEffect(alias, options?, priority?): Promise<string[] | undefined>

Defined in: src/canvas/functions/canvas-effect.ts:13

Shake the canvas element. If there is a/more ticker(s) with the same alias, then the ticker(s) is/are paused.

Parameters

alias

string

options?

ShakeEffectProps = {}

priority?

UPDATE_PRIORITY

Returns

Promise<string[] | undefined>