Interpolation mode for Arc-based animation spec.

Summary

Public companion properties

ArcMode

Interpolates using a quarter of an Ellipse where the curve is "above" the center of the Ellipse.

Cmn
ArcMode

Interpolates using a quarter of an Ellipse where the curve is "below" the center of the Ellipse.

Cmn
ArcMode

An ArcMode that forces linear interpolation.

Cmn

Public companion properties

ArcAbove

val ArcAboveArcMode

Interpolates using a quarter of an Ellipse where the curve is "above" the center of the Ellipse.

ArcBelow

val ArcBelowArcMode

Interpolates using a quarter of an Ellipse where the curve is "below" the center of the Ellipse.

ArcLinear

val ArcLinearArcMode

An ArcMode that forces linear interpolation.

You'll likely only use this mode within a keyframe.