ArcMode
Class
Common
public value class ArcMode internal constructor(internal val value: Int)
Interpolation mode for Arc-based animation spec.
Companion Object
Properties
Common
public val ArcAbove: ArcMode
Interpolates using a quarter of an Ellipse where the curve is "above" the center of the Ellipse.
Common
public val ArcBelow: ArcMode
Interpolates using a quarter of an Ellipse where the curve is "below" the center of the Ellipse.
Common
public val ArcLinear: ArcMode
An ArcMode
that forces linear interpolation.
You'll likely only use this mode within a keyframe.