gpt4 book ai didi

iphone - 如何将多个 CAKeyframeAnimations 组合成单个关键帧动画?

转载 作者:行者123 更新时间:2023-12-03 19:45:31 25 4
gpt4 key购买 nike

假设我想结合变换

CAKeyframeAnimation *animation = [CAKeyframeAnimation
animationWithKeyPath:@"transform"];

不透明度

CAKeyframeAnimation *animation = [CAKeyframeAnimation
animationWithKeyPath:@"opacity"];

进入关键帧动画。如何组合并指定每个关键帧的变换/不透明度值?

最佳答案

像您一样创建两个动画,为它们使用相同的 keyTimes,并使用 addAnimation:forKey: 将它们添加到图层中。就这么简单。

关于iphone - 如何将多个 CAKeyframeAnimations 组合成单个关键帧动画?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4094359/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com