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