---
title: pausesOutgoingScene
framework: spritekit
role: symbol
role_heading: Instance Property
path: spritekit/sktransition/pausesoutgoingscene
---

# pausesOutgoingScene

A Boolean value that determines whether the outgoing scene is paused during the transition.

## Declaration

```swift
var pausesOutgoingScene: Bool { get set }
```

## Mentioned in

Configuring Whether Animations Play During the Transition

## Discussion

Discussion The default value is true.

## See Also

### Pausing

- [pausesIncomingScene](spritekit/sktransition/pausesincomingscene.md)
