Advertisement
  1. 3D & Motion Graphics

Preset ng Long Shadows para sa After Effects mula sa Videohive

Scroll to top
Read Time: 1 min

() translation by (you can also view the original English article)

Screencast

Preset ng Long Shadows

Ang Long Shadows ay isang After Effects na present na maaaring bilhin sa Videohive.net.

Ginagawa nitong simple at madali ang paglikha ng mahahabang anino, at maaaring gamitin sa mga teksto, logo, imahe, at mga 3rd party na plug-in gaya ng Element 3D.

Ang anyo na ito ay nagiging mas kilala sa mga nakalipas na tao, at kahit na walang preset, maaaring sundan ang tutorial upang matutunan kung gaano kadali itong gamitin.

Tips at Tricks

Upang mas marami pang makuha mula sa Long Shadows preset, nirerekomendang gamitin ito sa mga After Effects na expression. Isa sa mga kilalang expression ay ang Dan Ebberts Bounce Expression mula sa MotionScript.

Maaaring gayahin at idikit ang mga expression sa ibaba gawa ng ginawa sa halimbawa sa tutorial. Siguradong pipindutin ang Alt sa keyboard habang pinipili ang key-frame stopwatch para sa setting kung saan gusto dagdagan ng expression.

1
n = 0;
2
if (numKeys > 0){
3
n = nearestKey(time).index;
4
if (key(n).time > time){
5
n--;
6
}
7
}
8
if (n == 0){
9
t = 0;
10
}else{
11
t = time - key(n).time;
12
}
13
 
14
if (n > 0 && t < 1){
15
v = velocityAtTime(key(n).time - thisComp.frameDuration/10);
16
amp = .05;
17
freq = 4.0;
18
decay = 8.0;
19
value + v*amp*Math.sin(freq*t*2*Math.PI)/Math.exp(decay*t);
20
}else{
21
value;
22
}

Nabanggit sa pagtuturong ito

Advertisement
Did you find this post useful?
Want a weekly email summary?
Subscribe below and we’ll send you a weekly email summary of all new 3D & Motion Graphics tutorials. Never miss out on learning about the next big thing.
Advertisement
Looking for something to help kick start your next project?
Envato Market has a range of items for sale to help get you started.