🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

ArcMode

Interpolation mode for Arc-based animation spec.

Source set: Common
public class ArcMode internal constructor(internal val value: Int)

Interpolation mode for Arc-based animation spec.

Members

Companion

Source set: Common
public companion object

Properties

ArcAbove

Source set: Common
public val ArcAbove: ArcMode

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

ArcBelow

Source set: Common
public val ArcBelow: ArcMode

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

ArcLinear

Source set: Common
public val ArcLinear: ArcMode

An ArcMode that forces linear interpolation.

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