Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects How Offset Rotation time-speed

  • How Offset Rotation time-speed

    Posted by Susan Lan on August 19, 2015 at 11:44 am

    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/9393

    I 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);

    Susan Lan replied 10 years, 9 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy