Look into animate sequence and animating property

I think the animating property on a sequence of a container is not being set.

This is now fixed by adding

sequenceTarget.animating = true;

function sequenceDone() {
	sequenceTarget.animating = false;
	if (call) call(params||sequenceTarget);
}
...
zim.animate(tar, tar.zimObj, time, ease, (i==target.length-1?sequenceDone:null), null,...