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>