android - Animate image from off screen to center of screen -


i have (drawable) image start off screen , animate middle of screen.

i have searched around bit , cannot find great answer. saying there problems starting animation off screen.

is possible?

checkout

img.settranslationx(-screenwidth/2); img.animate().translationx(0)              .setduration(1000)              .setstartdelay(400); 

Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -