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 ArcAbove: ArcMode

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

ArcBelow

val ArcBelow: ArcMode

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

ArcLinear

val ArcLinear: ArcMode

An ArcMode that forces linear interpolation.

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