Hi,
Been trying to get this to work for a little while now, a bit stuck.
CodePen:
http://codepen.io/Dev-KP/pen/jbMWxy
Basically the individual animations work:
.add(aninIn(copy1, 20))
//.add(aninOut(copy1, 20))
When one of them is commented out the other will work perfectly, but having them both there seems to make them merge.
I'm guessing it's something to do with the .set in the returned tiimelines?
If I am not mistaken the nested timelines should play one after another?
Or is this something for immediateRender?
Cheers
P