An interpolator that can traverse a Path that extends from Point(0, 0) to (1, 1).
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.
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.