animateWithDuration 动画的速度选择

时间:2014-09-28 12:09:03   收藏:0   阅读:351

+ (void)animateWithDuration:(NSTimeInterval)duration delay:(NSTimeInterval)delay options:(UIViewAnimationOptions)options animations:(void (^)(void))animations completion:(void (^)(BOOL finished))completion NS_AVAILABLE_IOS(4_0);

UIViewAnimationOptionCurveEaseIn 先慢后快

UIViewAnimationOptionCurveEaseOut 先快后慢

UIViewAnimationOptionCurveLinear 匀速

UIViewAnimationOptionCurveEaseInOut 慢块慢

原文:http://www.cnblogs.com/zhujin/p/3997857.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!