How can I copy animation from layer above when finished whilst gradually decreasing duration for eac
Hi
I am creating a transition animation between images using scale and image wipe but I want the duration each successive image is on screen to be shorter than the last.
I have quite a few images so I don't want to do them manually, especially as i am still playing with the speeds and aren't sure how long I want the whole thing to last yet, so it would be useful to just adjust the first one and have everything else fall in line.
I found a tutorial for time delayed animations but this links the property to the first layer and then does .valueAtTime(time-3/4/5 etc). I figure i can use index to avoid having to manually link and input everything (especially as i may want to change the order of the layers) for the time delay, but I don't know how I would change the duration and have the next one start immediately after.
Is there an easy way to do this?
Thanks
