📘 The Framer book – 🧲 Dragging open in Framer Web 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) => […]