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

```kotlin
public val IntOffset.Companion.VisibilityThreshold: IntOffset
```

Visibility threshold for [IntOffset](/jetpack-compose/androidx.compose.ui/ui-unit/classes/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](/jetpack-compose/androidx.compose.animation/animation-core/functions/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](/jetpack-compose/androidx.compose.ui/ui-geometry/classes/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](/jetpack-compose/androidx.compose.animation/animation-core/functions/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](/jetpack-compose/androidx.compose.animation/animation-core/functions/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](/jetpack-compose/androidx.compose.ui/ui-unit/properties/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](/jetpack-compose/androidx.compose.animation/animation-core/functions/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](/jetpack-compose/androidx.compose.ui/ui-unit/classes/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](/jetpack-compose/androidx.compose.animation/animation-core/functions/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](/jetpack-compose/androidx.compose.ui/ui-unit/properties/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](/jetpack-compose/androidx.compose.animation/animation-core/functions/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](/jetpack-compose/androidx.compose.ui/ui-unit/classes/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](/jetpack-compose/androidx.compose.animation/animation-core/functions/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](/jetpack-compose/androidx.compose.ui/ui-geometry/classes/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](/jetpack-compose/androidx.compose.animation/animation-core/functions/spring) animations
to stop when the value is close enough to the target.