Skip to content

Instantly share code, notes, and snippets.

@russelarms
Created May 28, 2017 13:27
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/f966d283511080cf67a9d0f40986db42 to your computer and use it in GitHub Desktop.
Save russelarms/f966d283511080cf67a9d0f40986db42 to your computer and use it in GitHub Desktop.
scene.page(2).step(0)
.createAnimation(() -> AnimatorFactory.createArcAnimator(submarine,
ArcUtils.centerX(submarine),
ArcUtils.centerY(submarine),
ArcUtils.centerX(submarine),
dipToPx(48),
180f, ArcSide.LEFT))
.setDuration(0.5f);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment