Most visited

Recently visited

Added in API level 1

Interpolator

public interface Interpolator
implements TimeInterpolator

android.view.animation.Interpolator
Known Indirect Subclasses


An interpolator defines the rate of change of an animation. This allows the basic animation effects (alpha, scale, translate, rotate) to be accelerated, decelerated, repeated, etc.

Summary

Inherited methods

From interface android.animation.TimeInterpolator

Hooray!