Skip to content

Instantly share code, notes, and snippets.

@russelarms
Created May 28, 2017 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save russelarms/2413d7535c9a3d53d926155e4286089a to your computer and use it in GitHub Desktop.
Save russelarms/2413d7535c9a3d53d926155e4286089a to your computer and use it in GitHub Desktop.
scene.page(1).step(0)
.createAnimation(1926, 1032)
.setInterpolator(new SpringInterpolator(0.8f))
.setListener(value -> submarine.setY(value));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment