Skip to content

Function: Shimmer()

Call Signature

ts
function Shimmer(content: ChildBlock[]): Block;

Defined in: src/renderer/blocks/index.ts:2537

Experimental

Shimmer — animated gradient-text effect for "loading" labels.

Parameters

ParameterType
contentChildBlock[]

Returns

Block

Call Signature

ts
function Shimmer(options: ShimmerBlockProps, content: ChildBlock[]): Block;

Defined in: src/renderer/blocks/index.ts:2538

Experimental

Shimmer — animated gradient-text effect for "loading" labels.

Parameters

ParameterType
optionsShimmerBlockProps
contentChildBlock[]

Returns

Block

Matterway Assistant SDK Documentation