Skip to content

Instantly share code, notes, and snippets.

@jeremyckahn
Created September 22, 2013 14:44
Show Gist options
  • Select an option

  • Save jeremyckahn/6660590 to your computer and use it in GitHub Desktop.

Select an option

Save jeremyckahn/6660590 to your computer and use it in GitHub Desktop.
Psuedocode for a tweening API.
tweenableObject.tween({
from: 0,
to: 100
duration: 1500
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment