Skip to content

Intermact API Reference / @intermact/core / call

Function: call()

call(effect): Animation

Defined in: packages/core/src/animation/orchestration.ts:40

Escape hatch for imperative side effects (design.md §11.5). Marked as a non-seekable boundary: only fired during forward real-time playback, skipped (with a warning) during scrub preview.

Parameters

effect

() => void | Promise<void>

Returns

Animation

Intermact v1.0 — 文档覆盖 Phase-1 / Phase-2 / Phase-3(全阶段)