If the mole is a 3d object, then you can use the
vizact.size action to make the object gradually bigger. For example the following code will make the
mole object grow to 3x its size over 10 seconds:
Code:
mole.addAction( vizact.size([3,3,3],10,viz.TIME) )