MCPcopy
hub / github.com/Popmotion/popmotion / AnimatedPoser

Interface AnimatedPoser

packages/animated-pose/src/types.ts:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15export type Action = Animated.CompositeAnimation;
16
17export interface AnimatedPoser
18 extends Poser<Value, Action, Action, AnimatedPoser> {
19 addChild: (config: AnimatedPoseConfig) => AnimatedPoser;
20 flip: (prev: Layout, next: Layout) => void;
21}
22
23export type TransitionProps = {
24 value: Animated.Value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…