Forum Replies Created

  • Tony Thomas

    June 27, 2019 at 2:56 pm in reply to: Wiggle expression. Precise time to start and stop

    If I understand your question correctly, I think you’ll have to accomplish this using two layers. The top layer will display the first effect. Have it disappear to reveal the lower layer that is lined up perfectly below it (should be undetectable to the eye), then apply the second effect to the lower layer after whatever pause you’d like to achieve.

  • Tony Thomas

    March 15, 2013 at 8:25 pm in reply to: Wiggle expression. Precise time to start and stop

    I’ve found that decimals work.

    timeToStart = 2.25
    timeToStop = 4.5

    if ((time > timeToStart) && (time < timeToStop)){
    wiggle(3,25);
    }else{
    value;
    }

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