for scale I think you can go with:
t=time - thisLayer.inPoint;
rate=1;
c=(value*rate)*t
value+c;
It will double the layer’s scale every second, change “rate=1” for adjustments. You can do something like that to its position too, but it will depend on how you want it to behave.