UNPKG

svelte-motion

Version:

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

13 lines (12 loc) 249 B
/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ export declare enum AnimationType { Animate = "animate", Hover = "whileHover", Tap = "whileTap", Drag = "whileDrag", Focus = "whileFocus", Exit = "exit" }