-
Offset keys (again, but in another way)
This is the third thread I do about this project. It’s the one with the 256 precomps. 🙂
I’m looking for an expression that offsets the animation based on the layers place in the composition (index?).
Let’s say I have ten layers, who I want to rotate on the x-axis in a flowing motion, one after the other, but I want to be able to controll all of them from one null.First I’ll take the value from the null with by simply writing “thisComp.layer(“Null 1″).transform.xRotation”, but then I’m stuck. Im guessing I’m supposed to use framesToTime and valueAtTime and index somehow, but I can’t seem to figure it out.
Thank!
Hannes