Class

ArcAnimationSpec

[DurationBasedAnimationSpec] that interpolates 2-dimensional values using arcs of quarter of an Ellipse.

OffsetArcAnimationSpec

fun OffsetArcAnimationSpec() {
    // Will interpolate the Offset in arcs such that the curve of the quarter of an Ellipse is above
    // the center.
    ArcAnimationSpec<Offset>(mode = ArcAbove)
}