Function

withAnimation(_:_:)

Returns the result of recomputing the view’s body with the provided animation. ビューのもつボディをこの提供されたアニメーションで再計算する結果を返します。

Declaration 宣言

func withAnimation<Result>(_ animation: Animation? = .default, _ body: () throws -> Result) rethrows -> Result

Discussion 議論

This function sets the given Animation as the animation property of the thread’s current Transaction.

See Also 参照

Animation アニメーション