I tried creating a prototype that has nested component animating on a loop, however Figma stops the looping animation when it’s being moved in another frame.
Here’s what I did
- Create a square component that changes color from red to blue After Delay on a loop
- Put square component into another frame that animates moving that square
- The looping color animation will STOP when being moved
Here is my file demonstrating the issue:
Any ideas or workarounds to get this working?
I would expect Figma to respect the current state of the nested components, however Figma seems to reset the nested component state to the beginning while the parent is moving it.