Framer Motion
Here you will find the information on how we used animations from this library.
Credits
Requirement
"framer-motion": "^11.3.2",Example
import { AnimatePresence, motion } from 'framer-motion';<motion.div key="edit" {...statusesForm} className="tour-statuses-list">
<DndContext sensors={sensors} collisionDetection={closestCorners} onDragEnd={handleDragEnd}>
<StatusesList statuses={statuses} />
</DndContext>
</motion.div>Helpers
Last updated