Jump to content
Search Community

GrandCentral

Business
  • Posts

    3
  • Joined

  • Last visited

About GrandCentral

GrandCentral's Achievements

  1. Is there a way to stop a user grabbing and interacting with a draggable element while the drag rotation with inertia is still animating, or to use .disable() but allow the animation to end rather than disabling that too?
  2. I have answered my own question, if anyone else finds this topic useful, the answer was to put a check for the logic inside the snap function inside an if check such as: if (originalValue > 90 || originalValue < -90) {
  3. Hi all I am trying to amend this Draggable rotation so that it will only snap to the final rotation if the rotation exceeds a minRotation, for example the item must be dragged atleast -90 or +90 degrees for it to snap to the endvalue. Thanks Richard
×
×
  • Create New...