UNPKG

framer-motion

Version:

A simple and powerful React animation library

6 lines (4 loc) 136 B
function isAnimationControls(v) { return typeof v === "object" && typeof v.start === "function"; } export { isAnimationControls };