Skip to content

Instantly share code, notes, and snippets.

@devinhunt
Created February 13, 2015 12:30
Show Gist options
  • Save devinhunt/dbb8fd2915d0208ae0a4 to your computer and use it in GitHub Desktop.
Save devinhunt/dbb8fd2915d0208ae0a4 to your computer and use it in GitHub Desktop.
function lazyEase(now, end, speed) {
return now + (end - now) / speed;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment