Instance Method インスタンスメソッド

animation(_:value:)

Applies the given animation to this view when the specified value changes. 与えられたアニメーションをこのビューに適用します、この指定された値が変化する場合に。

Declaration 宣言

func animation<V>(_ animation: Animation?, value: V) -> some View where V : Equatable

Return Value 戻り値

A view that applies animation to this view whenever value changes. あるビュー、それはanimationをこのビューにvalueが変化する時はいつでも適用するものです。

Parameters パラメータ

animation

The animation to apply. If animation is nil, the view doesn’t animate. 適用するアニメーション。animationnilならば、ビューはアニメーションしません。

value

A value to monitor for changes. 変更を監視することになる値。