Android動畫Interpolator和自定義動畫軌跡

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