---
title: isTransitioningToCenterIndexPath
framework: tvuikit
role: symbol
role_heading: Instance Property
path: tvuikit/tvcollectionviewfullscreenlayout/istransitioningtocenterindexpath
---

# isTransitioningToCenterIndexPath

A Boolean value that indicates whether the cell is changing index paths.

## Declaration

```swift
var isTransitioningToCenterIndexPath: Bool { get }
```

## Discussion

Discussion Use this property to determine whether the cell is changing focus to another cell.

## See Also

### Managing transitions

- [parallaxFactor](tvuikit/tvcollectionviewfullscreenlayout/parallaxfactor.md)
