Mission Control Dashboard - Initial implementation
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import { isMotionValue } from '../utils/is-motion-value.mjs';
|
||||
|
||||
function isWillChangeMotionValue(value) {
|
||||
return Boolean(isMotionValue(value) && value.add);
|
||||
}
|
||||
|
||||
export { isWillChangeMotionValue };
|
||||
//# sourceMappingURL=is.mjs.map
|
||||
Reference in New Issue
Block a user