---
title: "TransitionState"
description: "Use with [rememberTransition] to create a [Transition] that can be dynamically targeted with
[MutableTransitionState] or seekable with [SeekableTransitionState]."
type: "class"
---

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


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

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


```kotlin
public sealed class TransitionState<S>
```


Use with `rememberTransition` to create a `Transition` that can be dynamically targeted with
`MutableTransitionState` or seekable with `SeekableTransitionState`.



