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
Post a Comment