Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Adding cross dissolve to random layers

  • Adding cross dissolve to random layers

    Posted by Paolomart on January 15, 2008 at 6:17 pm

    Hi everybody.
    I am struggling in order to have a kind of soft crossdissolve to
    random frames of a layer, created with the following expression:

    numFrames = 25;
    holdFrames = 15;

    seedRandom(index,true);
    f = Math.floor(random(numFrames));
    for (i = 0; i <= Math.floor(timeToFrames(time)/holdFrames); i++){ f = (f + Math.floor(random(1,numFrames-1)))%numFrames; } framesToTime(f) What I-d like to do is to have a softer effect adding, that is all the frames be shown with a cross dissolve from the previous to the next. Is that possible? Thanks to all! Paolo

    Paolomart replied 18 years, 4 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

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