has been run ? current value of the property. encapsulates a TimeInterpolator defines animation interpolation default : AccelerateDecelerateInterpolator TypeEvaluator calculate value by interpolated fraction.
animate a named property of a target ob ject. Define a setter and getter function. ObjectAnimator anim = ObjectAnimator. ofFloat(object, "alpha", 0f, 1f); anim.start();
a view ScaleAnimation controls the scale of a view TranslateAnimation controls the position of a view RotateAnimation controls the rotation of a view
is applied after the animation is over. interpolator accelerate_interpolator decelerate_interpolator linear_interpolator reference : http://easings.net/zh-cn repeatCount how many times the animation should repeat repetateMode restart, reverse startOffset Delay in milliseconds before the animation runs