func speed(Double) -> Animation
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秒間続くアニメーションを持つでしょう。