slideForward
A transition animation that reflects the user interface layout direction (Userinterfacelayoutdirection) in a “forward” manner, as follows:
Declaration
static var slideForward: NSViewController.TransitionOptions { get }Discussion
For left-to-right user interface layout direction, the slideLeft animation option.
For right-to-left user interface layout direction, the slideRight animation option.