00:00
2608
Learn how to use Illustrator to break up a layer into pieces. Use expressions to automatically make the pieces move randomly into place.
The expression is:
seedRandom(index,true)
start = random([-100,200,-2000] , [1000, 400, 1000]);
end = value;
ease(time, 0, 3 + (index*thisComp.frameDuration), start, end)