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

animation(_:)

Specifies an animation to perform when the binding value changes. あるアニメーションをそのバインドしている値が変化する時に実行するよう指定します。

Declaration 宣言

func animation(_ animation: Animation? = .default) -> Binding<Value>

Return Value 戻り値

A new binding. 新しいバインディング。

Parameters パラメータ

animation

An animation sequence performed when the binding value changes. バインディング値が変化する時に実行されるアニメーション一連なり。