UNPKG

framer-motion

Version:

A simple and powerful React animation library

7 lines (5 loc) 174 B
/** * Check if the value is a zero value string like "0px" or "0%" */ var isZeroValueString = function (v) { return /^0[^.\s]+$/.test(v); }; export { isZeroValueString };