<!--
{
  "availability" : [
    "macOS: 10.10.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSViewController/TransitionOptions/slideRight",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSViewControllerTransitionOptions@NSViewControllerTransitionSlideRight"
  },
  "title" : "slideRight"
}
-->

# slideRight

A transition animation that slides the old view to the right while the new view slides into view from the left.  In other words, both views slide to the right.

```
static var slideRight: NSViewController.TransitionOptions { get }
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)