WelcomeSnowActy.java 文件源码

java
阅读 31 收藏 0 点赞 0 评论 0

项目:QMark 作者:
private ScaleAnimation endScale(int startTime) {
    ScaleAnimation scale = new ScaleAnimation(1, 0, 1, 0, Animation.RELATIVE_TO_SELF, 0.5f, Animation.RELATIVE_TO_SELF, 0.5f);
    scale.setInterpolator(this, android.R.anim.decelerate_interpolator);
    scale.setStartOffset(startTime - 300);
    scale.setDuration(300);
    return scale;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号