Contents

slideBackward

A transition animation that reflects the user interface layout direction (Userinterfacelayoutdirection) in a “backward” manner, as follows

Declaration

static var slideBackward: NSViewController.TransitionOptions { get }

Discussion

  • For left-to-right user interface layout direction, the slideRight animation option.

  • For right-to-left user interface layout direction, the slideLeft animation option.

See Also

Constants