多项选择题
A.ValueAnimator B.ObjectAnimator C.ScaleAnimation D.TranslateAnimation
动画进行了50%(初始值=100,结束值=200),那么匀速插值器计算出了当前属性值改变的百分比是50%,那么...
判断题动画进行了50%(初始值=100,结束值=200),那么匀速插值器计算出了当前属性值改变的百分比是50%,那么估值器则负责计算当前属性值=100+(200-100)x50%=150。
整型插值器:FloatEvaluator。
判断题整型插值器:FloatEvaluator。
属性动画中的ValueAnimator.ofInt()&ValueAnimator.ofFloat()都不具备...
判断题属性动画中的ValueAnimator.ofInt()&ValueAnimator.ofFloat()都不具备系统内置的估值器,即FloatEvaluator&IntEvaluator。