-
Animating Scale with Layer with layer control
Hello,
Working on an animation for a beer company.I have this world map image as an illustrator file.
I want to reveal this map from bottom to top with a slightly fluid feeling, think beer being poured from a jug. The dots actually represent the tops of pint glasses. Now, back to the After effects..
I figured:
create a black/white and grey wipe, using solid layers and a staggered linear wipe that wipes from bottom to top, revealing grey. Precomp these solids,
apply expression (taken from ECAbrams)
sourceLayer = thisComp.layer(“Transition Control 2”);
sampleSize = [1,1];
samplePoint = transform.position;
colour= sourceLayer.sampleImage(sampleSize,samplePoint);
x=colour[0]*100;
[x,x]this should cause each dot scale up as the luminance of the sample point area changes with the wipe.
Causing each dot to pop up and settle back down to its resting size.problem:
I separated these dots in AI to layers – there are over 1,300 layers and unsurpirsingly AE cant handle it.
it only just imported the file, let alone applying expression…lots of spinning beachball.
I think I need a different route, perhaps using Trapcode form or Particular.Any suggestions most welcome,
Thanks in Advance!
