UNPKG

svelte-motion

Version:

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

30 lines (28 loc) 578 B
/** based on framer-motion@4.0.3, Copyright (c) 2018 Framer B.V. */ /** * A set of attribute names that are always read/written as camel case. */ var camelCaseAttributes = new Set([ "baseFrequency", "diffuseConstant", "kernelMatrix", "kernelUnitLength", "keySplines", "keyTimes", "limitingConeAngle", "markerHeight", "markerWidth", "numOctaves", "targetX", "targetY", "surfaceScale", "specularConstant", "specularExponent", "stdDeviation", "tableValues", "viewBox", ]); export { camelCaseAttributes };