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

Declaration 宣言

func speed(_ speed: Double) -> Animation