UNPKG

svelte-motion

Version:

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

16 lines (14 loc) 430 B
/** based on framer-motion@4.0.3, Copyright (c) 2018 Framer B.V. */ var AnimationType; (function (AnimationType) { AnimationType["Animate"] = "animate"; AnimationType["Hover"] = "whileHover"; AnimationType["Tap"] = "whileTap"; AnimationType["Drag"] = "whileDrag"; AnimationType["Focus"] = "whileFocus"; AnimationType["Exit"] = "exit"; })(AnimationType || (AnimationType = {})); export { AnimationType };