Android
Animation
iRang1101
2014. 10. 13. 14:47
Animation inFromRight =
new TranslateAnimation( Animation.RELATIVE_TO_PARENT, +1.0f,
Animation.RELATIVE_TO_PARENT, 0.0f,
Animation.RELATIVE_TO_PARENT, 0.0f, Animation.RELATIVE_TO_PARENT, 0.0f
);
new TranslateAnimation ( fromXtype, fromXvalue,
toXtype, toXvalue,
fromYtype, fromYvalue,
toYtype, toYvalue) ;