Might I suggest change the graphics mode on the trees when you fade them. At the moment it's probably from what looks like it 0 by default.
Change it to 1 for a nice transparency fade. Seems to only happen with some trees though... You don't use a class?
PHP Code:
with(findimg(yourImage)){
mode = 1;
}