Skip to content

Instantly share code, notes, and snippets.

@jeremyckahn
Last active December 23, 2015 20:59
Show Gist options
  • Select an option

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

Select an option

Save jeremyckahn/6693280 to your computer and use it in GitHub Desktop.
Psuedocode for a keyframing API.
keyframeableObject
.keyframe(0, {
x: 0,
y: 25
}).keyframe(1000, {
x: 50,
y: 75
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment