---
title: "snapTo"
description: "Snap the search bar progress to the given [fraction], where 0 represents [SearchBarValue.Collapsed] and 1 represents [SearchBarValue.Expanded]."
type: "function"
lastmod: "2026-08-27"
---
## API Reference

### snapTo

> Source set: Common

```kotlin
public suspend fun snapTo(fraction: Float)
```

Snap the search bar progress to the given `fraction`, where 0 represents
[SearchBarValue.Collapsed](/jetpack-compose/androidx.compose.material3/material3/classes/SearchBarValue.Collapsed/api) and 1 represents [SearchBarValue.Expanded](/jetpack-compose/androidx.compose.material3/material3/classes/SearchBarValue.Expanded/api).
