func animation(Animation?) -> some View
Applies the given animation to this view when this view changes.
Available when
Self
conforms to Equatable
.
Self
がEquatable
に準拠する場合に利用可能です。
func transition(AnyTransition ) -> some View
Associates a transition with the view.
ある遷移をビューと結びつけます。
func transaction((inout Transaction) -> Void) -> some View
Applies the given transaction mutation function to all animations used within the view.
func matchedGeometryEffect <ID>(id: ID, in: Namespace.ID, properties: MatchedGeometryProperties , anchor: UnitPoint , isSource : Bool) -> some View
Defines a group of views with synchronized geometry using an identifier and namespace that you provide.
同期された幾何学でのビューそれらからなるあるグループを定義します、あなたが提供する識別子と名前空間を使っています。