Blog tentang perjalanan karir, bisnis dan pergulatan batin

Minggu, 07 Agustus 2016

Memantul dengan expression

Expression after effect memantul
ini sangat berguna bagi anda motion grafis

Pertama
buat lingkaran,

Kedua
pada position masukkan script ini (alt plus klik) dan juga ubah keyframe position

// Inertial Bounce (moves settle into place after bouncing around a little)
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){
v = velocityAtTime(key(n).time - thisComp.frameDuration/10);
amp = .05;
freq = 4.0;
decay = 2.0;
value + v*amp*Math.sin(freq*t*2*Math.PI)/Math.exp(decay*t);
}else{
value;
}


start her
Share:

0 komentar:

Posting Komentar

Talk ?

galen.nolan1@gmail.comn> .

Dipersembahkan oleh

Labels

Blog Archive