我有多个物体可以在不同距离的路径上移动。我怎样才能获得所有物体的相同速度?
CAKeyframeAnimation *pathAnimation = [CAKeyframeAnimation animationWithKeyPath:@"position"]; pathAnimation.speed = 0.5;
不工作;(
如果距离更大,则速度会增加。
我有多个物体可以在不同距离的路径上移动。我怎样才能获得所有物体的相同速度?
CAKeyframeAnimation *pathAnimation = [CAKeyframeAnimation animationWithKeyPath:@"position"]; pathAnimation.speed = 0.5;
不工作;(
如果距离更大,则速度会增加。