I am a bit new to wordpress and I have a friend that wants to re-create this type of intro on her home page. Black screen, white text, and then the website fades in from behind.
http://seymourprojects.com/
also, is this a custom template or a purchased template?
Many thanks,
Houston
I looks like that's a really well done customized version of Twenty Eleven.
http://seymourprojects.com/wp-content/themes/Seymour/style.css
That can be achieved with jQuery. All it really is one div with a class of splash and it fades out after a delay call.
Jose,
So is that a plugin that odes that or do you suspect hard coding? basically, I need to know how to do it. I am not a jquery aficionado.
Many thanks,
Houston
It does require some coding. From the quick glance I saw it was simple little calls to fade() and delay() as far as javascript goes but The HTML/CSS was relatively simple. A div with a class of splash and the content. The jQuery does the rest. :)