-
Delay a HLS Hue effect
hi there i have a vertical stack of rectangles essentially and i would like to
apply an HLS effect
change the colour over time and then
do the same thing to the other layers with a delay.i have seen some code from dan ebberts using the value at time
i thought i could modify this but it didn’t work.
any clues?
best
jamildelay = 5; //number of frames to delayd = delay*thisComp.frameDuration*(index - 1);
thisComp.layer(1).position.valueAtTime(time - d)delay = 5; //number of frames to delay
d = delay*thisComp.frameDuration*(index - 1);
thisComp.layer(1).effect("Color Balance (HLS)")("Hue").valueAtTime(time - d)The Electric Canvas
Large Format Projection Specialists
Sydney, Australia
