func animation<V>(Animation?, value: V) -> some View
Applies the given animation to this view when the specified value changes.
与えられたアニメーションをこのビューに適用します、この指定された値が変化する場合に。
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.
同期された幾何学でのビューそれらからなるあるグループを定義します、あなたが提供する識別子と名前空間を使っています。