for a few of the brochure sites I'm currently working on I've found it quite pleasing to have a very short fade in and out as the page loads. I do this by using display none on the body and then triggering the fade on document ready with jQuery.
My Question is this, will this negatively affect the page from an SEO perspective ?
Please note the following : - I will serve non javascript users a notice and essentially a single column 'print' stylesheet, with all of the sites functionality hidden, so thats not a concern. - I'm fully aware that some may deem creating this delay "bad practice" and I'm not interested in having that discussion, please answer the question directly, thanks.