Draggable.create(".green", { bounds: "body" }); Draggable.create(".purple", { inertia: true, bounds: "body" }); Draggable.create(".orange", { inertia: true, type: "rotation", bounds: "body" });