Payam
2 Jul 2008, 12:56 AM
The fade-in effect in Firefox 3 does a blink at the beginning, then becomes visible.
I looked at the code...
For FadeIn:
On start: el.setVisible(true);
Then sets opacity to 0 and brings it up to 1.
I think the initial "setVisible(true)" causes the blink to occur.
However, not sure. Just pointing it out.
Would be nice to be fixed, cause I hope to load images that way. :)
I looked at the code...
For FadeIn:
On start: el.setVisible(true);
Then sets opacity to 0 and brings it up to 1.
I think the initial "setVisible(true)" causes the blink to occur.
However, not sure. Just pointing it out.
Would be nice to be fixed, cause I hope to load images that way. :)