Thanks but this doesn’t work it still gives a random wipe. There is some kind of a built-in expression under “transition completion” controlling this, so I can animate 0 to 100% but it doesn’t make it change directions.
This is the expression:
transComplete = effect(“Card Wipe Master Control”)(“Transition Completion”);
linear(transComplete, 0, 33, 100, 0)
However, I did figure it out by using an animated gradient layer that moves from right to left, (I had to disable the built-in expression under “Flip order”) and calling out “gradient” then the layer name. Now it works basically the way I wanted.
Thanks,
Bill