---
title: "TransformScope"
description: "Scope for manually manipulating the visual transformation of content during the deferred phase of a DeferredTransition."
type: "interface"
lastmod: "2026-05-20T01:13:52.652152Z"
---
## API Reference

> Source set: Common

```kotlin
@ExperimentalDeferredTransitionApi
public interface TransformScope
```

Scope for manually manipulating the visual transformation of content during the deferred phase of
a [DeferredTransition](/jetpack-compose/androidx.compose.animation/animation-core/classes/DeferredTransition).

## Properties

### alpha

> Source set: Common

```kotlin
public var alpha: Float
```

Manually controls the alpha value during the deferred phase.

### scale

> Source set: Common

```kotlin
public var scale: Float
```

Manually controls the scale value during the deferred phase.

### transformOrigin

> Source set: Common

```kotlin
public var transformOrigin: TransformOrigin
```

Manually controls the pivot point for the scale transformation.

### offset

> Source set: Common

```kotlin
public var offset: IntOffset
```

Manually controls the offset value during the deferred phase.

### veil

> Source set: Common

```kotlin
public var veil: Color
```

Manually controls the veil color during the deferred phase.
