Instance Method
インスタンスメソッド
speed(_:)
Returns an animation that has its speed multiplied by
speed
. For example, if you had oneSecondAnimation.speed(0.25)
, it would be at 25% of its normal speed, so you would have an animation that would last 4 seconds.
それの速度にspeed
を掛けられたあるアニメーションを返します。例えば、あなたがoneSecondAnimation.speed(0.25)
を持つならば、それはそれの通常の速度の25%であるでしょう、それであなたは4秒間続くアニメーションを持つでしょう。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Swift
UI