OStack程序员社区-中国程序员成长平台

标题: ios - CASpringAnimation的initialVelocity的单位是什么? [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-13 04:27
标题: ios - CASpringAnimation的initialVelocity的单位是什么?

CASpringAnimationinitialVelocity 属性的单位是什么?我认为它可能是:

但似乎都不是这样(不过我可能是错的)。



Best Answer-推荐答案


显然,它确实是每秒的总动画距离。这对应于类似方法 (https://developer.apple.com/documentation/uikit/uiview/1622594-animate) 中的 initialSpringVelocity 参数:

A value of 1 corresponds to the total animation distance traversed in one second. For example, if the total animation distance is 200 points and you want the start of the animation to match a view velocity of 100 pt/s, use a value of 0.5.

关于ios - CASpringAnimation的initialVelocity的单位是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51088487/






欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) Powered by Discuz! X3.4