---
title: "timeRangeOfTransition(after:)"
framework: cinematic
role: symbol
role_heading: Instance Method
path: "cinematic/cnscript-1ispe/timerangeoftransition(after:)"
---

# timeRangeOfTransition(after:)

The time range during which the focus transitioned away from the given decision.

## Declaration

```swift
final func timeRangeOfTransition(after decision: CNDecision) -> CMTimeRange
```

## Parameters

- `decision`: The decision of interest.

## Return Value

Return Value The time range during which the focus transitioned away from the given decision.
