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()
アニメーションに対するある便宜、対話的アニメーションを駆動することを意図されます。
static func interpolatingSpring (mass: Double, stiffness: Double, damping: Double, initialVelocity : Double) -> Animation
An interpolating spring animation that uses a damped spring model to produce values in the range [0, 1] that are then used to interpolate within the [from, to] range of the animated property. Preserves velocity across overlapping animations by adding the effects of each animation.
ある補間ばねアニメーション、それは減衰ばねモデルを使って範囲 [0, 1] の値を生成します、それはそれからアニメ化プロパティの [from, to] 範囲内で補間するために使われます。各アニメーションの効果を加えることによってアニメーションそれらの重なりを越えて速度を保全します。