We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ViewAnimator.animate(view) .repeatCount(-1) .repeatMode(ViewAnimator.RESTART) .duration(4000) .scaleX(1, 0.85f, 1.25f, 1, 0.85f, 1, 1) .scaleY(1, 0.85f, 1.25f, 1, 0.85f, 1, 1) .interpolator(new OvershootInterpolator()) .start();