Forum Replies Created

  • Felix Wedgwood

    December 7, 2014 at 10:44 pm in reply to: Linear wipe through multiple layers

    Hi David, it would be awesome to get you advise on this.
    I’ve added a variable called offSet, see modified script below.

    This is because I have a split screen effect where there are two comp’s each using the linear wipe expression you wrote but I didn’t want them wiping in sync, rather for it to look like the wipe is going all the way across the split screen, so the wipe on the right is delayed to create this effect. It does seem to be slowing down the speed of the wipe on the right of screen though, could be my imagination!?
    The only other thing I would love to get your input on is… Is there a way to have the fist image, and the last image, in the sequence stay on screen longer than the images in between?
    Cheers, Felix

    var offSet = thisComp.layer("Controls for Cabinet").effect("offSet")("Slider") * thisComp.frameDuration;
    var delay = thisComp.layer("Controls for Cabinet").effect("delay")("Slider") * thisComp.frameDuration;
    var trans_time = thisComp.layer("Controls for Cabinet").effect("trans_time")("Slider") * thisComp.frameDuration;
    var idx = index - 2; //to make the first solid 0;
    var beginTime = ((trans_time * idx) + (delay * idx)) + offSet;
    var endTime = beginTime + trans_time + offSet;
    linear(time, beginTime, endTime, 0, 100);

  • Felix Wedgwood

    November 27, 2014 at 1:36 am in reply to: Linear wipe through multiple layers

    Hi David, finally had a moment to sit down with your creation and all I have to say is “so simple, so BRILLIANT!” The linear function was unfamiliar to me so I searched it and came across this free AE Tuts video which others may be interested in-

    Thanks again Sir you have restored my faith in Humanity!!
    I shall post again with my complete render, hopefully in the not too distant future…
    Cheers 😀

  • Felix Wedgwood

    November 19, 2014 at 12:26 am in reply to: Linear wipe through multiple layers

    Hi David, thanks so much for taking the time to respond and tinker with the idea, I really appreciate your help. This week is nuts but as soon as I have time (this weekend)I will take a look at your project and shoot back my impressions. Thanks again for the help :-))

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