Instance Method
インスタンスメソッド
animation(_:)
Returns a new version of the modifier that will apply
animation
to all animatable values within the modifier.
この修飾子のある新しいバージョンを返します、それはanimation
をこの修飾子内の全てのアニメ化可能な値に適用するものです。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Swift
UI
Declaration 宣言
func animation(_ animation: Animation
?) -> some ViewModifier