UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

14 lines (12 loc) 299 B
const variantPriorityOrder = [ "animate", "whileInView", "whileFocus", "whileHover", "whileTap", "whileDrag", "exit", ]; const variantProps = ["initial", ...variantPriorityOrder]; export { variantPriorityOrder, variantProps }; //# sourceMappingURL=variant-props.mjs.map