UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

9 lines (7 loc) 219 B
function isAnimationControls(v) { return (v !== null && typeof v === "object" && typeof v.start === "function"); } export { isAnimationControls }; //# sourceMappingURL=is-animation-controls.mjs.map