iPhone CAAnimations playing serially

前端 未结 1 2013
盖世英雄少女心
盖世英雄少女心 2021-02-11 06:21

Is it possible to define all CAAnimations at start and play them one after another serially without using delegates, like what we do in CAAnimationGroup, where in animations are

相关标签:
1条回答
  • 2021-02-11 06:56

    To run a set of CAAnimation animations in sequence, group them in a CAAnimationGroup and set the beginTime and duration of each CAAnimation so that they are run one after the other.

    Most people miss these properties because they're defined in the CAMediaTiming, which CAAnimation conforms to.

    0 讨论(0)
提交回复
热议问题