Hi there is a channel name Logo animation service, they animated there own channel logo but i don't understand how they animated so plz make a tutorial on that
amp = .1; freq = 4.0; decay = 5.0; n = 0; time_max = 4; 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 < time_max) { v = velocityAtTime(key(n).time thisComp.frameDuration/10); value + v*amp*Math.sin(freq*t*2*Math.PI)/Math.exp(decay*t); }else{value}
It was nice but how you exercise behind it i want to know.
can you explain further please ?
Hi there is a channel name Logo animation service, they animated there own channel logo but i don't understand how they animated so plz make a tutorial on that
Okay will look it up
Great tutorial.
Thanks
Super
Thanks for sharing ❤
Welcome
Great tutorial, keep it up.
Thank You
super bro
Thanks 👍
amp = .1;
freq = 4.0;
decay = 5.0;
n = 0;
time_max = 4;
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 < time_max) {
v = velocityAtTime(key(n).time thisComp.frameDuration/10);
value + v*amp*Math.sin(freq*t*2*Math.PI)/Math.exp(decay*t);
}else{value}