static let identity: AnyTransition
A transition that returns the input view, unmodified, as the output view.
ある遷移、それは入力ビューを、修正せずに、出力ビューとして返します。
static func move(edge: Edge) -> AnyTransition
Returns a transition that moves the view away, towards the specified edge of the view.
ビューをビューのその指定された縁から離れて、に向かって移動するある遷移を返します。
static let opacity: AnyTransition
A transition from transparent to opaque on insertion, and from opaque to transparent on removal.
挿入において透明から不透明への、そして除去において不透明から透明への遷移。
static var slide: AnyTransition
A transition that inserts by moving in from the leading edge, and removes by moving out towards the trailing edge.
ある遷移、それは先端から移入することによって挿入します、そして後端に向かって移出することによって除去します。