Source set: Android
public class RemoteTweenSpec(
public val durationMillis: Int = 300,
public val easing: RemoteEasing = RemoteEasing.Standard,
) : RemoteAnimationSpec
Easing-based animation specification with a fixed duration.
Functions
animate
Source set: Android
override fun animate(targetValue: RemoteFloat, initialValue: Float, wrap: Float): RemoteFloat
equals
Source set: Android
override fun equals(other: Any?): Boolean
hashCode
Source set: Android
override fun hashCode(): Int
toString
Source set: Android
override fun toString(): String