Android动画Interpolator和自定义动画轨迹

/** * 设置加速器 */ fun interpolatorAnimator(view: View) { val animator1 = ObjectAnimator.ofFloat(view, "alpha", 1f, 0.5f, 1f) val animator2 = ObjectAnimator.ofFloat(view, "scaleX",
相关文章
相关标签/搜索