Intermact API Reference / @intermact/core / Animation
Interface: Animation
Defined in: packages/core/src/animation/spec.ts:157
Public animation handle: carries a spec, its total duration, and the set of target ids it touches. Returned by factories/animation methods; not executed directly. Compiled into Tracks when added to a Storyboard.
Properties
duration
readonlyduration:number
Defined in: packages/core/src/animation/spec.ts:159
spec
readonlyspec:AnimationSpec
Defined in: packages/core/src/animation/spec.ts:158
targets
readonlytargets: readonlystring[]
Defined in: packages/core/src/animation/spec.ts:160