I will try it, Iam practicing the carachters of doctors, I like how you do animation, I learned more when my teacher send your link and still following 😊😊😊
For first part animation beter use this amp = 0.025; freq = 2; decay = 3; 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; }
I will try it, Iam practicing the carachters of doctors, I like how you do animation, I learned more when my teacher send your link and still following 😊😊😊
sound great, lets gooo ♥
this tutorial lot's of knowledge ❤❤❤
Glad to hear that ♥
Very Good Tutorial...
thanks ♥
Thank you bro🎉
Welcome 😊
Thanks❤❤❤
You're welcome 😊
🔥🔥🔥thanks!
You're welcome 😊
Nice brother
Thanks
very nice bro
thanks ♥
please tell me your motion graphics pc specification
file project not download ...?
👍
Nijaaat , did u have a course, i want to learn with u 😢
no i haven't :(
Nijat Ibrahimli, You're awesome! Let's be friends and play together!
Thankssss ♥
Today am first here
Yes you are!
I enjoyed the app✌🤍🤍, thank you very much 🤩🤍🤍
Welcome 👍
For first part animation beter use this
amp = 0.025;
freq = 2;
decay = 3;
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;
}