UNPKG

@kcirtaptrick/framer-motion

Version:

A simple and powerful React animation library

10 lines (9 loc) 207 B
export declare enum AnimationType { Animate = "animate", Hover = "whileHover", Tap = "whileTap", Drag = "whileDrag", Focus = "whileFocus", InView = "whileInView", Exit = "exit" }