Last active
February 11, 2017 10:50
-
-
Save d4rkc0de/a354f067d23480af5bf80b337439cb55 to your computer and use it in GitHub Desktop.
Android Object Animator Translate a view % container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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