Function

remoteTween

Creates a RemoteAnimationSpec with the given duration in milliseconds and easing curve.

remoteTween

Source set: Android
public fun remoteTween(
    durationMillis: Int = 300,
    easing: RemoteEasing = RemoteEasing.Standard,
): RemoteTweenSpec

Creates a RemoteAnimationSpec with the given duration in milliseconds and easing curve.

Parameters

durationMillis Duration of the animation in milliseconds.
easing Easing curve to apply.

Content updated: