Interpolation after effect expression
linear(t, value1, value2)linear(t, tMin, tMax, value1, value2)
ease(t, value1, value2)
ease(t, tMin, tMax, value1, value2)
tMin= first time (start animation)
tMax = last time (end animation)
value1 = first value of animation
value2 = last value of animation
In this tutorial we will show you how to using after effect expression
in this tutorial after effect we just show you to using interpolation after effect expression
we will test that interpolation with shape box layer in after effect only in rotation
first .. make your own box shape
open that rotation setting
insert this expression to rectangle1 rotation linear(time*1,5,20,0,90)
insert this expression to rectangle2 rotation linear(time*3,0,90)
insert this expression to rectangle3 rotation ease(time*3, 0, 90)
now you know what is different
Post a Comment