Al1_x 62's profile

Smooth Logo Animation by AutoFill Step-by-step

Download the materials from website FreePik and split into layers in Adobe Illustrator
Export (.ai file) to After Effects as (composition|layer size).
Parent to Null Object all of layers and than paste to your composition.
Center by Null Object in your composition and fit up to your size.
Than create a pre-compose for each layers like this:​​​​​​​
Now, We animate the comp "Branch" by plu-in "AutoFill". Set the the settings like me:
For further work with the logo you need to break layer "Leafs" into elements by masks
When you break the Leafs on elements you need to set an anchor point to the begining of a leafs like this:
Animate the leaves as the "branches grow" by Scale and apply the bounce expression 
The expression:
amp = 0.025; //rebound amplitude
freq = 2; //rebound frequency
decay = 3; //damping force
n = 0;
if (numKeys > 0) {
 n = nearestKey(time).index;
 if (key(n).time > time) {
 n--;
 }
}
if (n == 0) {
 t = 0;
} else {
 t = time - key(n).time;
}
if (n > 0 && t < 1) {
 v = velocityAtTime(key(n).time - thisComp.frameDuration / 10);
 value + v * amp * Math.sin(freq * t * 2 * Math.PI) / Math.exp(decay * t);
} else {
 value;
}
Text Animation:
Text you can animate like me. I brake "natural" to characters by masks and animate by opacity
And for final I use on comp "Logo" an effect "Light Sweep" 
Smooth Logo Animation by AutoFill Step-by-step
Published:

Owner

Smooth Logo Animation by AutoFill Step-by-step

Published: