Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Motion graphics, expressions

  • Walter Soyka

    November 10, 2016 at 6:52 pm

    [Francis Jose] “how do i start spinning the arrow from the middle, like say, the 34th frame using expression.”

    You haven’t been very specific as to what you want, but something like this might work:

    degreesPerFrame = 2;
    beginRotationFrame = 34;

    value + Math.max(0,timeToFrames()-beginRotationFrame) * degreesPerFrame;

    I can explain the expression some if you have clear and specific questions.

    Walter Soyka
    Designer & Mad Scientist at Keen Live [link]
    Motion Graphics, Widescreen Events, Presentation Design, and Consulting
    @keenlive   |   RenderBreak [blog]   |   Profile [LinkedIn]

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