Compose Unstyled 2.0 is out! Check the official announcement blog ->
Class

StartOffsetType

This class defines the two types of StartOffset: StartOffsetType.Delay and StartOffsetType.FastForward.

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

This class defines the two types of StartOffset: StartOffsetType.Delay and StartOffsetType.FastForward. StartOffsetType.Delay delays the start of the animation, whereas StartOffsetType.FastForward starts the animation right away from a given play time in the animation.

Companion Object

Properties

Source set: Common
public val Delay: StartOffsetType

Delays the start of the animation.

Source set: Common
public val FastForward: StartOffsetType

Fast forwards the animation to a given play time, and starts it immediately.

Last updated: