-
setting keys kills expression
I have a nested comp that has time remapped animation in it using a slider. I’m using this:
f = comp(“kids”).layer(“teen”).effect(“grow”)(“Slider”)
offset =0; // offset in frames
framesToTime(f); // time in secondsIt works great, until I start setting keyframes on the slide control..then it just stops playing the animation inside the nested comp…it just sticks on the first frame. If I slide the control back and forth I can see the animation happening, but as soon as I try and set keys it quits evaluating.
Ideas?
Sorry, there were no replies found.