UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

6 lines (4 loc) 166 B
// If this number is a decimal, make it just five decimal places // to avoid exponents const sanitize = (v) => Math.round(v * 100000) / 100000; export { sanitize };