Using expressions to control multiple attributes
 
 
 

You can change the expression to control two or more attributes of Ball as in this example:

Ball.scaleX = time/2 +1;
Ball.scaleY = time/3 +1;
Ball.scaleZ = time/5 +1;

Maya scales the Ball at different rates for the X, Y, and Z dimensions.