摘要:
一:overridePendingTransition 1:和补间动画一样,设置动画进出的xml文件 transition_first: <?xml version="1.0" encoding="utf-8"?><translate xmlns:android="http://schemas.an 阅读全文
摘要:
属性动画:连同控件本身一起动画: 所有的属性动画都是继承于Animator的,Animator下分为ValueAnimator与ViewPropertyAnimator 其中ValueAnimator下又分为ObjectAnimator)(改变一个属性,如只改便拉伸x,拉伸y,)与AnimatorS 阅读全文