UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

6 lines (4 loc) 127 B
const isEasingArray = (ease) => { return Array.isArray(ease) && typeof ease[0] !== "number"; }; export { isEasingArray };