Nested Animations

Using the Builder, it is not possible to have two animations play at the same time on the same object.

Instead, you can use nested animations to play multiple animations on the same group. The basic idea is to play an animation on a subgroup, while concurrently playing an animation on the main group. For example, a helicopter with rotating blades, that flies through the air.

  1. Create one animation on a subgroup. This will be the nested animation. In the example of the Helicopter, the rotor blades would have the nested animation:

ALT TEXT HERE

  1. Now make a new animation on the top group. This animation will contain the nested animation. With the Helicopter example, the entire helicopter flying would be the main animation:

ALT TEXT HERE

  1. Then play both animations at start so both the nested animation, and the main group animation, start playing at the same time:

Pro Tip: You can create as many nested animations as you want, using subgroups