ScaleAnimation独有属性有()
举一反三
- 属性动画的使用,常接触的其实就是两个类()。 A: ValueAnimator B: ObjectAnimator C: ScaleAnimation D: TranslateAnimation
- Animation scaleAnimation = new ScaleAnimation(0.0f, 1.5f, 0.0f, 1.5f, Animation.RELATIVE_TO_SELF, 0.5f, Animation.RELATIVE_TO_SELF, 0.5f); 这段代码的含义是( )
- 光的折射、反射定律和光路可逆定律都没有考虑到介质的独有属性
- 旋转动画使用的是哪个类() A: AlphaAnimation B: TranslateAnimation C: ScaleAnimation D: RotateAnimation
- 补间动画的四个大类都有()。 A: AlphaAnimatio B: RotateAnimation C: ScaleAnimation D: TranslateAnimation