animate(src,transform=matrix()*1.9,time=3)
animate(alpha=0,time=14)
Problem description:
I do not understand what I am doing wrong. The object does not behave the way I am expecting. I want animate() to increase the objects size for a time of three 1/10ths seconds, than fade away for fourteen 1/10ths seconds. I know I am doing something wrong so, can someone please help me achieve the effect I want?