Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions After Effects expression make wiggle smoother

  • After Effects expression make wiggle smoother

    Posted by Clara Kurz on January 5, 2023 at 8:19 pm

    Hi there

    I m new in after effects coding.

     

    I used this wiggle code

     

    w = wiggle(50,30);
    x = value[0];
    y = w[1];

    [x,y]

    <div>
    </div><div>

    for this animation in attachment.

    But I want the stones, blocks and stairs to move smoother and slowlier. And maybe also, that the anchor point for the movement can be adjusted.

    Also I want the arms an legs to follow the moving blocks.

    Can someone help me with the expression?

    I can also send the after effetcs file.

    Please write me

     

    </div>

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

    January 5, 2023 at 9:13 pm

    To start with, you might want to reduce the frequency parameter, maybe like this:

    w = wiggle(5,30);
    x = value[0];
    y = w[1];
    [x,y]

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