Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Looping Wiggly Selector

  • Looping Wiggly Selector

    Posted by Brandon Johnston on March 22, 2019 at 2:42 am

    Hi friends, Maybe I’m missing a simple check box or parameter to do this, but I’ve got a composition with text animators for y position only. I like the randomization I get with the Wiggly Selector but I’d like to loop this animation. Key framing the cycles with temporal phase or spacial phase doesn’t work. Any help will be great and thanks in advance!

    Oleg Pirogov replied 7 years, 4 months ago 2 Members · 1 Reply
  • 1 Reply
  • Oleg Pirogov

    March 28, 2019 at 12:14 pm

    Due to the logic unknown to me, 2 revolutions of Temporal Phase correspond to 1 sec of wiggle time.
    Fun fact: the correspondence is slightly inaccurate under non-integer 29.97 fps but exact under integer 30 or 60 fps.

    Anyway, due to this fact, offsetting Temporal Phase back every t second by 2*360*t will result in looping the wiggle after time=t.
    Expression for Temporal Phase (looping after time=4):
    loopTime = 4;
    -2*loopTime *360*Math.floor(time/loopTime);

    The loop like this will not be smooth at the cut-offs but I’m sure there are easy workarounds for that.

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