-
“Random jump cuts”… but at irregular intervals?
Hello there,
I’m trying to do an effect very similar to the one produced by the”random jump cuts” expression at motionscript.com.
All I’d like to change from that expression is the interval between two random jumps. In that code it is always the same (segDur = .5;). I’ve tried something like segDur = random (.4,.6) which should produce something equivalent but actually it results in very fast cuts, as if the expression was being evaluated all over again every new frame. Any idea?Julie.