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 -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -