Forum Replies Created

  • Ruben Langedijk

    June 15, 2018 at 12:44 pm in reply to: Mark names to text layer

    Hi Dan ‘the man’

    How would you add time limit to this expression?

    For instance i want to display the text for 1,5 seconds after the marker is hit and then (optional fade out for 1 second)

  • Ruben Langedijk

    September 16, 2016 at 10:39 am in reply to: Min & Max Values

    Hi Dan , Thanks for all the scripts you provide.

    do you have an idea how to combine this one with your looping script?

    freq = 1;
    amp = 110;
    loopTime = 3;
    t = time % loopTime;
    wiggle1 = wiggle(freq, amp, 1, 0.5, t);
    wiggle2 = wiggle(freq, amp, 1, 0.5, t – loopTime);
    linear(t, 0, loopTime, wiggle1, wiggle2)

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