I have a project to do about the solar system and as my main page, I want to put an animation of all planets circuling about the sun, but since each planet has it's time for the loop around the sun, I need to repeat each layer diferent amount of times so it all ends at some point when all the planets are aligned just as they started.
So, for this I'm working with javascript and animations in AnimateCC.
As you can see, each layer repeats itself the times it needs to but to make them all aligned again, it would take a lot of copy paste. So I want to know if there is any function that allows to repeat a layer X times.