SpringWithDamping for CALayer animations?

后端 未结 4 675
独厮守ぢ
独厮守ぢ 2021-02-05 04:00

After playing around a lot with the UIView dynamic animations introduced in iOS 7, most notably:

[UIView animateWithDuration: delay: usingSpringWi         


        
4条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-05 04:09

    As David said, CASpringAnimation is private (for now?), but I recently came across RBBSpringAnimation from the RBBAnimation project.

    I can definitely recommend this, it was very easy to drop in as a replacement for my existing CABasicAnimation.

提交回复
热议问题