π The Framer book β π§² 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) => { return ( <Component […]