UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

6 lines (4 loc) 138 B
function isDOMKeyframes(keyframes) { return typeof keyframes === "object" && !Array.isArray(keyframes); } export { isDOMKeyframes };