# `MDPSplitView isAnimatingDividerAtIndex:`

*Instance Method*

Whether the divider at the given index is currently being animated.

## Declaration

```swift
func isAnimatingDivider(at dividerIndex: Int) -> Bool
```

```objc
- (BOOL) isAnimatingDividerAtIndex:(NSInteger) dividerIndex;
```

```python
isAnimatingDividerAtIndex_(dividerIndex: int) -> bool
```

