# `GSFrameView targetScrollPoint`

*Instance Method*

The scroll origin the viewport animation is animating towards, or the current scroll origin, when no viewport animation is running.

## Declaration

```swift
func targetScrollPoint() -> NSPoint
```

```objc
- (NSPoint) targetScrollPoint;
```

```python
targetScrollPoint() -> NSPoint
```

