Dragging » Drag Momentum
Drag Momentum
📘 The Framer Code Guide – 🧲 Dragging open in Framer Interacting with a draggable layer feels natural because it has some simulated physics. For instance: when you throw it, it will keep moving with a momentum animation. You can disable this animation by setting dragMomentum to false. export function DragMomentum_off(Component): ComponentType { return (props) […]