UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

14 lines (11 loc) 229 B
import { transformPropOrder } from './keys-transform.mjs'; const positionalKeys = new Set([ "width", "height", "top", "left", "right", "bottom", ...transformPropOrder, ]); export { positionalKeys };