Every time I apply a visual effect (card transitions, objects transitions), at the end of the visual effect the stack seems to have a little flash from behind.
on aboutSplash how
if how is "on" then
lock screen
show group "Startup"
unlock screen with push down
else
lock screen
hide group "Startup"
unlock screen with push up
end if
end aboutSplash
also this simple script gives this flickering effect at the end.
There is a stack attached to that last bug report that shows how buggy they are. It's depressing - used judiciously they provide useful feedback to users (witness the way the iPhone transitions between screens).
Please register with quality.runrev.com. You get votes you can assign to bug issues you want to see fixed, and I have it from Runrev that they really do take bug counts into consideration when prioritizing fixes.
Finally, you might find a workaround in some situations by using this sequence:
I experienced unwanted flickering in a recent application. I had gifs as glow effects that were displayed when the mouse-within condition was true. Adjusting the layers of the image and the gif resolved my problem. I am not sure if this is similar to your issue.