aikicaner
02-27-2010, 04:34 PM
Hello everyone,
I have bloom animation ceated in c4d with some scripts ( see attachment), but I would like to be able to create this animation in AE. I was wondering, if there is any expression in after effect, something like flower blooming?
There is this expression, but how do I control pivot point and x,y,z scale?
k=16; // final scale
a=5; // how quickly the bounce ends
b=20; // how many bounces it'll do (that is, the bounce speed)
x=k*(1-Math.exp(-a*time)*Math.cos(b*time));
[x,x]
Thanks a lot for the help
caner
I have bloom animation ceated in c4d with some scripts ( see attachment), but I would like to be able to create this animation in AE. I was wondering, if there is any expression in after effect, something like flower blooming?
There is this expression, but how do I control pivot point and x,y,z scale?
k=16; // final scale
a=5; // how quickly the bounce ends
b=20; // how many bounces it'll do (that is, the bounce speed)
x=k*(1-Math.exp(-a*time)*Math.cos(b*time));
[x,x]
Thanks a lot for the help
caner
