I'm building a design panel using FabricJS and Vue 3.
I have implement some simple animation for the objects.
Now I want to control the sequence (or maybe start time) of object to be animated.
Something similar to PowerPoint animation pane:

Would like to look for some idea how to implement this? Is there any existing library I can refer?