码迷,mamicode.com
首页 > 其他好文 > 详细

animateWithDuration 动画的速度选择

时间:2014-09-28 13:01:12      阅读:225      评论:0      收藏:0      [点我收藏+]

标签:style   color   io   os   ar   sp   on   c   r   

+ (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 慢块慢

animateWithDuration 动画的速度选择

标签:style   color   io   os   ar   sp   on   c   r   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!