3 Animaciones de Texto

$0+
13 ratings

Proyecto de After Effects completo, junto con todo lo que se puede ver en el tutorial: https://youtu.be/1hCHECoqhHo

Comatible con las versiones 15.x en adelante, de After Effects

EXPRESIONES USADAS


1- Efecto de Escritura:

L = text.sourceText.length;
T = time*effect("Speed")("Slider");
F = Math.round(T % 1);

if(F==1 |(T <L & T>0)){Fl="_";}else{Fl=" ";}

substr(0,T) + Fl;

2- Posición Contante:

pos = this.sourceRectAtTime(time).height;
value-[0,pos];


3-Rebote
freq = 3; decay = 5; n = 0; if (numKeys > 0){ n = nearestKey(time).index; if (key(n).time > time) n--; } if (n > 0){ t = time - key(n).time; amp = velocityAtTime(key(n).time - .001); w = freq*Math.PI*2; value + amp*(Math.sin(t*w)/Math.exp(decay*t)/w); }else value


No te olvides de ingresar a la comunidad gratuita de Koncepto:


$
I want this!
Size
62.9 KB
Copy product URL

Ratings

5.0
(13 ratings)
5 stars
100%
4 stars
0%
3 stars
0%
2 stars
0%
1 star
0%
$0+

3 Animaciones de Texto

13 ratings
I want this!