Skip to content

Instantly share code, notes, and snippets.

@RitaDias
Created January 16, 2017 14:39
Show Gist options
  • Save RitaDias/d5431d984f4a2b0d4157f4d37721860d to your computer and use it in GitHub Desktop.
Save RitaDias/d5431d984f4a2b0d4157f4d37721860d to your computer and use it in GitHub Desktop.
function touchEnd(currentX, currentY, translateX, translateY, timeTaken) {
isMoving = false;
var velocity = 0.3;
//...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment