---
title: "StyleableAnimations.EntryState"
type: "class"
lastmod: "2026-09-24"
---
## API Reference

> Source set: Common

```kotlin
enum class EntryState {
        Untouched,
        Unchanged,
        Changed,
        Inserted,
        Interrupted,
        Removing,
    }
```

## Members

### Untouched

> Source set: Common

```kotlin
Untouched
```

### Unchanged

> Source set: Common

```kotlin
Unchanged
```

### Changed

> Source set: Common

```kotlin
Changed
```

### Inserted

> Source set: Common

```kotlin
Inserted
```

### Interrupted

> Source set: Common

```kotlin
Interrupted
```

### Removing

> Source set: Common

```kotlin
Removing
```
