-
How Offset Rotation time-speed
Hi! I has this code to offset Position time-speed, but how to offset Rotation time-speed?
offset = -.5;p = thisComp.layer("My Animated Layer");
t = time + offset;
p.position.valueAtTime(t);
Source: forums.creativecow.net/readpost/227/9393I try typing “r” instead “p” and “rotation2 instead “position” but does not work:
offset = -.5;r = thisComp.layer("My Animated Layer");
t = time + offset;
r.rotation.valueAtTime(t);
Sorry, there were no replies found.