-
Series of delayed Linear()
I am interested in having a series of animation values being animated to using linear(), but I want them to run sequentially. Is there a way to set up a que or wait until one is completed before the next one is called?
Maybe there is a callback function I can run, or encase the linear() in a for() loop that pulls the items from an array but delays the calls?
Do these sort of methods exist and what might they be called?
Thank you so much!