Intermact API Reference / @intermact/core / CustomAnimationOptions
Interface: CustomAnimationOptions
Defined in: packages/core/src/animation/orchestration.ts:46
Options for customAnimation.
Properties
duration?
readonlyoptionalduration?:number
Defined in: packages/core/src/animation/orchestration.ts:52
Total duration in seconds (default 1).
params?
readonlyoptionalparams?:unknown
Defined in: packages/core/src/animation/orchestration.ts:50
Serializable parameters forwarded to the registered compiler.
targetId?
readonlyoptionaltargetId?:string
Defined in: packages/core/src/animation/orchestration.ts:48
Object id the animation targets (optional for non-object effects).