CoreAnimation - Opacity Fade In and Out Animation Not Working

后端 未结 11 1881
悲&欢浪女
悲&欢浪女 2020-12-08 05:02

I\'m attempting to create a fairly simple CoreAnimation for use in an AVComposition. My goal is to create a CALayer which, through various sublayer

11条回答
  •  既然无缘
    2020-12-08 05:55

    Look at my answer https://stackoverflow.com/a/44204846/667483

    In summary: to use beginTime you should set fillMode to kCAFillModeBackwards on you animation object.

提交回复
热议问题