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