static func spring(response: Double, dampingFraction : Double, blendDuration : Double) -> Animation
A persistent spring animation. When mixed with other
spring()
or interactiveSpring()
animations on the same property, each animation will be replaced by their successor, preserving velocity from one animation to the next. Optionally blends the response values between springs over a time period.
永続的ばねアニメーション。他のspring()
またはinteractiveSpring()
アニメーションとこの同じプロパティ上で混ぜ合わされる場合、各アニメーションはそれらの後継によって繰り返されます、1つのアニメーションから次のものへと速度を保全することによって。ある期間を越えるばね間で反応値を随意に調和させます。
static func interactiveSpring (response: Double, dampingFraction : Double, blendDuration : Double) -> Animation
A convenience for a
spring()
animation with a lower response
value, intended for driving interactive animations.
より低いresponse
値をもつspring()
アニメーションに対するある便宜、対話的アニメーションを駆動することを意図されます。