MCPcopy
hub / github.com/motiondivision/motion / ProgressTimeline

Interface ProgressTimeline

packages/motion-dom/src/animation/types.ts:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11export type AnyResolvedKeyframe = string | number
12
13export interface ProgressTimeline {
14 currentTime: null | { value: number }
15
16 cancel?: VoidFunction
17}
18
19export interface ValueAnimationOptionsWithRenderContext<
20 V extends AnyResolvedKeyframe = number

Callers

nothing calls this directly

Implementers 4

ScrollTimelinepackages/framer-motion/src/render/dom/
ViewTimelinepackages/framer-motion/src/render/dom/
ScrollTimelinepackages/motion-dom/src/utils/supports
ViewTimelinepackages/motion-dom/src/utils/supports

Calls

no outgoing calls

Tested by

no test coverage detected