You can get the actors image with the getImage() method, and then set it's transparency to 0 straight away using the following method:
http://www.greenfoot.org/doc/javadoc/greenfoot/GreenfootImage.html#setTransparency(int)
You can then keep calling the above method in say your act method while the transparency is <100, incrementing the value by 1 each time.