if you needed needed more flexibility to jockey the logos around (order wise) then this little expression would make it easy to modify the order by just changing the layer order the layer(s) in the time line.
so, drag all the logos into the comp (keep them full length layers) and paste this into the opacity expression field of a single logo layer:
duration = 10; // set duration in seconds
if (Math.floor(time/duration) == index-1) 100 else 0
set the duration as needed (value in seconds) then, select the opacity property and choose edit>copy expression only, select the other logo layers and choose edit>paste to add the expression to all the logo layers.
now as the animation plays, the logos layers will turn on/off one by one based on the duration that was set. it you need to modify the order of the logos, simply modify the layer order in the timeline (drag them up or down). the topmost layer will be first to play.
note: the expression assumes the logo layers will be at the top of the comp, ie, the first logo will be layer 1. if that is not the case, modify the part of the expression that says index-1 to be index minus the topmost logo layer number. so, if the top most logo layer was layer 9, that part of the expression would be index-9.
Kevin Camp
Senior Designer
KCPQ, KMYQ & KRCW