UNPKG

svelte-motion

Version:

Svelte animation library based on the React library framer-motion.

13 lines (11 loc) 223 B
/** based on framer-motion@4.0.3, Copyright (c) 2018 Framer B.V. */ /** * Returns true if the provided key is a CSS variable */ function isCSSVariable(key) { return key.startsWith("--"); } export { isCSSVariable };