stagehand icon indicating copy to clipboard operation
stagehand copied to clipboard

Add support for nesting animation groups

Open NickEntin opened this issue 4 years ago • 1 comments

In addition to allowing animation groups to be built up from a series of animations, we should allow for combining multiple animation groups together.

NickEntin avatar Apr 09 '20 21:04 NickEntin

This should be fairly straightforward to implement. We can add an addAnimationGroup(...) method to AnimationGroup that mirrors addAnimation(...), where the element is the other animation group's container.

NickEntin avatar Apr 09 '20 21:04 NickEntin