-
valueAtTime from a keyframe is nothing????
Hi again!
Im using this expression for controlling a values from keyframe position in time with layer keymarkers
x1=marker.key(“1”).time
x2=marker.key(“2”).time
x3=valueAtTime(key(1).time)
x4=valueAtTime(key(2).time)linear(time,x1,x2,x3,x4)
All works correctly, but…
I want print this “valueAtTime(key(1).time)” with a layer text
I had tested adding this on source in a text layer:valueAtTime(thisComp.layer(“solid 1”).scale.key(1).time)
no expression errors but i dont see anything, :S i want see these x1,x2,x3,x4 values for understand really all.
Thanks!