UNPKG

framer-motion

Version:

A simple and powerful React animation library

9 lines (7 loc) 154 B
/** * Returns true if the provided key is a CSS variable */ function isCSSVariable(key) { return key.startsWith("--"); } export { isCSSVariable };