KeyframesWithSplineSpec.KeyframesWithSplineSpecConfig



Summary

Public constructors

Cmn

Inherited functions

From androidx.compose.animation.core.KeyframesSpecBaseConfig
open infix KeyframesSpec.KeyframeEntity<T>
T.at(timeStamp: @IntRange(from = 0) Int)

Adds a keyframe so that animation value will be this at time: timeStamp.

Cmn
open infix KeyframesSpec.KeyframeEntity<T>
T.atFraction(fraction: @FloatRange(from = 0.0, to = 1.0) Float)

Adds a keyframe so that the animation value will be the value specified at a fraction of the total durationMillis set.

Cmn
infix KeyframesSpec.KeyframeEntity<T>

Adds an Easing for the interval started with the just provided timestamp.

Cmn

Inherited properties

From androidx.compose.animation.core.KeyframesSpecBaseConfig
Int

The amount of time that the animation should be delayed.

Cmn
Int

Duration of the animation in milliseconds.

Cmn

Public constructors

KeyframesWithSplineSpecConfig

<T : Any?> KeyframesWithSplineSpecConfig()