This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
XMD
/
Lightstar
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
3b57de02e3
Ramuri
Etichete
master
Lightstar
/
node_modules
/
framer-motion
/
dist
/
es
/
value
/
utils
/
is-motion-value.mjs
is-motion-value.mjs
97 B
Istoric
Crud
1
2
3
const isMotionValue = (value) => Boolean(value && value.getVelocity);
export { isMotionValue };