#866·popmotion

How to sequence animations on different elements

Author: alexpiCreated Mar 5, 2020Updated Jun 15, 2025

I have an animation that is split in scenes, each one containing different elements. I want each scene to begin when the previous one ends. I could do it using the complete property of each action, but this results in some convoluted callback style code.

Maybe there is a way to do this better, but I can't find it in the docs.