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

第5月第18天 视频编辑 水印

时间:2017-02-18 12:04:25      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:remove   detail   mode   path   rom   水印   oat   logs   cab   

1.

//*********** For A Special Time
    CABasicAnimation *animation = [CABasicAnimation animationWithKeyPath:@"opacity"];
    [animation setDuration:0];
    [animation setFromValue:[NSNumber numberWithFloat:1.0]];
    [animation setToValue:[NSNumber numberWithFloat:0.0]];
    [animation setBeginTime:5];
    [animation setRemovedOnCompletion:NO];
    [animation setFillMode:kCAFillModeForwards];
    [overlayLayer addAnimation:animation forKey:@"animateOpacity"];

 

http://blog.csdn.net/lvmaker/article/details/51945254

第5月第18天 视频编辑 水印

标签:remove   detail   mode   path   rom   水印   oat   logs   cab   

原文地址:http://www.cnblogs.com/javastart/p/6412656.html

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