MCPcopy
hub / github.com/beekai-oss/react-simple-animate / IAnimationContext

Interface IAnimationContext

src/animateGroup.tsx:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22type Register = (data: AnimationProps | AnimateKeyframesProps) => void;
23
24interface IAnimationContext {
25 animationStates: AnimationStates;
26 register: Register;
27}
28export const AnimateContext = React.createContext<IAnimationContext>({
29 animationStates: {},
30 register: () => {},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected