---
title: "VisibilityThreshold"
description: "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."
type: "property"
---

<div class='type'>Property</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
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.



<div class='sourceset sourceset-common'>Common</div>


```kotlin
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.



<div class='sourceset sourceset-common'>Common</div>


```kotlin
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.



<div class='sourceset sourceset-common'>Common</div>


```kotlin
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.



<div class='sourceset sourceset-common'>Common</div>


```kotlin
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.



<div class='sourceset sourceset-common'>Common</div>


```kotlin
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.



<div class='sourceset sourceset-common'>Common</div>


```kotlin
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.



<div class='sourceset sourceset-common'>Common</div>


```kotlin
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.



