gpt4 book ai didi

ios - 删除UIView动画加速

转载 作者:行者123 更新时间:2023-12-01 17:45:00 26 4
gpt4 key购买 nike

如何删除UIView Animations的加速和减速动画?

如果您不明白我的意思,则动画启动时会加速,然后结束时会减速。我希望动画速度恒定。
这是我的代码的示例(我必须使用旧的动画方式)。

-(void)animate:(NSString*)animationID finished:(BOOL)finished context:(void*)context {         
[UIView beginAnimations:nil context:nil];
[UIView setAnimationBeginsFromCurrentState:YES];
[UIView setAnimationDidStopSelector:@selector(animateStop:finished:context:)];
[UIView setAnimationDelegate:self];
[UIView setAnimationDuration:3];
Motion.center = (*PathPoints)[Location];
[UIView commitAnimations];
}

最佳答案

[UIView setAnimationCurve: UIViewAnimationCurveLinear];

关于ios - 删除UIView动画加速,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8855134/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com