Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Adding Math.round and LoopOut to same property?

  • Adding Math.round and LoopOut to same property?

    Posted by Navarro Parker on June 15, 2015 at 7:14 pm

    I have a keyframed property that I only want to interpolate with integers. But I also want it to loop.

    How do I combine:

    Math.round(value);
    loopOut();

    Using this expression keeps the loop, but ignores the rounding.

    Dan Ebberts replied 11 years, 2 months ago 2 Members · 1 Reply
  • 1 Reply
  • Dan Ebberts

    June 15, 2015 at 7:44 pm

    This should work:

    Math.round(loopOut())

    Dan

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