Hey @darkgr33n   Those problems you encounter are related to   1) not storing (is it the right word to use here?) your timelines in variables 2) setting your variables without var / const / let beforehand, thus they are set to global scope and are eventually being overwritten   Changing that accordingly results in where you wanted this to go.   See the Pen 0395b571f86229f4e22bd027648e49e5 by akapowl (@akapowl) on CodePen
    • Like
    4