The Expression that I used: amp = .1; freq = 1.5; decay = 3.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}
Sorry, I totally forgot about it! Here you are: amp = .1; freq = 1.5; decay = 3.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}
The Expression that I used:
amp = .1;
freq = 1.5;
decay = 3.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}
I really like your teaching😍
Thanks mate!☺
That's amazing to hear you do have a course.
Thank you so much!
Your teaching so nice and applied.❤
Glad it was helpful.☺
It's so useful for me. Thanks alot.❤
You're welcome 😊
¡Great animation!👌
Thanks🙏
It was so cool❤
Thanks a lot ☺
hello
please i cant seem to find the motion tool as described in the video, is it downloadable or in the effects and presets
Hello, yes it's downloadable!
@@JafarFazel okay thanks
Can't seem to find expression for the bounce effect you used in the video? Pls share
Sorry, I totally forgot about it!
Here you are:
amp = .1;
freq = 1.5;
decay = 3.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}
@@JafarFazel thank you! 🙏
✨
🙏
When I use rd slice it only cuts 1 piece not into 30
Download the script from here:
aescripts.com/rd-slicer/
@JafarFazel Ahhhh yes this is where I downloaded it from but it only does 1 piece doesn't separate it into 30 layers like your video only 1 😢
💖🇵🇭