第5月第18天 视频编辑 水印
Posted lianhuaren
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了第5月第18天 视频编辑 水印相关的知识,希望对你有一定的参考价值。
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天 视频编辑 水印的主要内容,如果未能解决你的问题,请参考以下文章