public interface Interpolator
implements TimeInterpolator

android.view.animation.Interpolator



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

abstract float getInterpolation(float input)

Maps a value representing the elapsed fraction of an animation to a value that represents the interpolated fraction.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025-02-10 UTC.