Mission Control Dashboard - Initial implementation
This commit is contained in:
8
node_modules/motion-dom/dist/es/render/utils/is-animation-controls.mjs
generated
vendored
Normal file
8
node_modules/motion-dom/dist/es/render/utils/is-animation-controls.mjs
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
function isAnimationControls(v) {
|
||||
return (v !== null &&
|
||||
typeof v === "object" &&
|
||||
typeof v.start === "function");
|
||||
}
|
||||
|
||||
export { isAnimationControls };
|
||||
//# sourceMappingURL=is-animation-controls.mjs.map
|
||||
Reference in New Issue
Block a user