VisibilityThreshold
public val IntOffset.Companion.VisibilityThreshold: IntOffset
Visibility threshold for IntOffset
. This defines the amount of value change that is considered
to be no longer visible. The animation system uses this to signal to some default spring
animations to stop when the value is close enough to the target.
public val Offset.Companion.VisibilityThreshold: Offset
Visibility threshold for Offset
. This defines the amount of value change that is considered to
be no longer visible. The animation system uses this to signal to some default spring
animations to stop when the value is close enough to the target.
public val Int.Companion.VisibilityThreshold: Int
Visibility threshold for Int
. This defines the amount of value change that is considered to be
no longer visible. The animation system uses this to signal to some default spring
animations
to stop when the value is close enough to the target.
public val Dp.Companion.VisibilityThreshold: Dp
Visibility threshold for Dp
. This defines the amount of value change that is considered to be
no longer visible. The animation system uses this to signal to some default spring
animations
to stop when the value is close enough to the target.
public val DpOffset.Companion.VisibilityThreshold: DpOffset
Visibility threshold for DpOffset
. This defines the amount of value change that is considered
to be no longer visible. The animation system uses this to signal to some default spring
animations to stop when the value is close enough to the target.
public val Size.Companion.VisibilityThreshold: Size
Visibility threshold for Size
. This defines the amount of value change that is considered to be
no longer visible. The animation system uses this to signal to some default spring
animations
to stop when the value is close enough to the target.
public val IntSize.Companion.VisibilityThreshold: IntSize
Visibility threshold for IntSize
. This defines the amount of value change that is considered to
be no longer visible. The animation system uses this to signal to some default spring
animations to stop when the value is close enough to the target.
public val Rect.Companion.VisibilityThreshold: Rect
Visibility threshold for Rect
. This defines the amount of value change that is considered to be
no longer visible. The animation system uses this to signal to some default spring
animations
to stop when the value is close enough to the target.