-
Equalizer effect
Hi
i have this 5X5 squares
which each square change its color from black to white
i want to create an equalizer effect of the squares which means
some are black and some are white going up in a row
i guess some expression will work here maybe valueAtTime but that will work one way and then i have to go back to original start how i reverse it?
anyway what is the best way to build it?
separating each row from bottom to top? (in a precomp)
separating each row from left to tight? (in a precomp)
or maybe each square by itself
thanx in advance