📜  android java 字符串动画 - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:33.798000             🧑  作者: Mango

代码示例1
fade (with alpha) /Translation (movement) / rotation / scale (half size, 0.5)
ImageView.animate().alpha(0).setDuration(2000);
To set an image property without animation:
ImageView.setX(-1000)