Use withAnimation or animation(_:value:) instead.
Instance Method
インスタンスメソッド
animation(_:)
Applies the given animation to all animatable values within this view.
与えられたアニメーションをこのビュー内の全てのアニメーション可能ビューに適用します。
Deprecated 非推奨
Availability 有効性
- iOS 13.0–15.0 Deprecated
- iPadOS 13.0–15.0 Deprecated
- macOS 10.15–12.0 Deprecated
- Mac Catalyst 13.0–15.0 Deprecated
- tvOS 13.0–15.0 Deprecated
- watchOS 6.0–8.0 Deprecated
Technology
- Swift
UI
Declaration 宣言
Return Value 戻り値
A view that wraps this view and applies animation
to all animatable values used within the view.
あるビュー、それはこのビューを包んで、animation
をビュー内で使われる全てのアニメーション可能な値に適用します。
Parameters パラメータ
animation
The animation to apply to animatable values within this view. このビュー内のアニメーション可能な値に適用するアニメーション。
Discussion 議論
Use this modifier on leaf views rather than container views. The animation applies to all child views within this view; calling animation(_:)
on a container view can lead to unbounded scope.
この修飾子をリーフビュー上で使ってください、コンテナビューではなく。アニメーションは、このビュー内のすべての子ビューに適用されます;animation(_:)
をコンテナビュー上で呼び出すことは、無制限スコープに至る可能性があります。