ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
//Выражение для затухающих колебаний 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;}
Wow
Very good tutorial man! I just wish there is a voice over while doing stuff that will help a lot by watching and doing! :) thanks
Thank you
joss
underrated
Cool!!
Good work. Is the project work in After Effects 2019?
Thank You, I work in after effects 2024
Есть в Москве этот курс???
Непонял?
❤❤
//Выражение для затухающих колебаний
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;
}
Wow
Very good tutorial man! I just wish there is a voice over while doing stuff that will help a lot by watching and doing! :) thanks
Thank you
joss
underrated
Cool!!
Good work. Is the project work in After Effects 2019?
Thank You, I work in after effects 2024
Есть в Москве этот курс???
Непонял?
❤❤