Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions How can i ease the movement of | if( time

  • How can i ease the movement of | if( time

    Posted by Pedro Geada on March 4, 2009 at 5:13 pm

    I made a solid, Double masked it and made a ring, then i added the expression
    if( time <4) wiggle(1,180) else transform.orientation
    to the solid's Orientation after i made it a 3d object, when after the 4 secs it sudenly return to 0,0,0 orientation. If someone could please helpme i would be very grateful, has i dont want it to stop so rashly and need it to stop like it was a keyframed movement with ease.

    Pedro Geada replied 17 years, 2 months ago 2 Members · 2 Replies
  • 2 Replies
  • Filip Vandueren

    March 4, 2009 at 8:17 pm

    Hi Pedro,

    Like this:

    v1=wiggle(1,180);
    v2=value;
    t1=3.8;
    t2=4.2;

    ease(time,t1,t2,v1,v2);

  • Pedro Geada

    March 4, 2009 at 8:38 pm

    Thanks alot m8 😉 Saved me some trouble 😀

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