Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save d4rkc0de/a354f067d23480af5bf80b337439cb55 to your computer and use it in GitHub Desktop.
Save d4rkc0de/a354f067d23480af5bf80b337439cb55 to your computer and use it in GitHub Desktop.
Android Object Animator Translate a view % container
ObjectAnimator.ofFloat(image, "translationX", container.getRight(),container.getLeft()).start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment