How On Earth was the following achieved?

Soldato
Joined
8 Oct 2005
Posts
4,184
Location
Midlands, UK
Hi,

How was this done? The box at the top is yellow when the page loads and gradually fades to a different color after a few seconds. So sleek, wanna do this on my webby :) Any ideas people, i assume it CS related...dunno ;)

ta
 
That's one of the standard Wordpress effects (Wordpress is the blog system he's using), done by Javascript :)

Edit: And the Javascript is here :cool:
 
Last edited:
Yep, it's been given <div class="fade note" id="about-fade-note">, but the fade is using one of the many javascript scripts in the head section.
 
Yer just noticed it. For anyone who is interested everything to get it going looks like its located here. Cheers for fast replies.
 
Beansprout said:
That's one of the standard Wordpress effects (Wordpress is the blog system he's using), done by Javascript :)

I have used wordpress quite a lot and scowered the web for a plugins. I ain't ever seen that effect before :( Am i missing something that's included in wordpress by default?
 
suarve said:
I have used wordpress quite a lot and scowered the web for a plugins. I ain't ever seen that effect before :( Am i missing something that's included in wordpress by default?
It's in the admin panel - when you do stuff to a post, edit something, delete something, etc....the background of the status message fades :)

Never looked at the code the admin panel uses but I guess it's probably the same, it seems like a really nifty script :)
 
Must say, after looking around sites such as csszen and oswd, these sleek and clean sites, that use muted colors (like in the fader thing) are really beginning to grow on me.
 
Beansprout said:
That's one of the standard Wordpress effects (Wordpress is the blog system he's using), done by Javascript :)
The concept is actually known rather abstractly as "The Yellow Fade Technique" and was coined as a usability aid by 37Signals for their Basecamp web application back in 2004. The code has probably matured since then, but credit where credit is due...

"Web Interface Design Tip: The Yellow Fade Technique" – Matthew Linderman, 19th February 2004

*av
 
Last edited:
Al Vallario said:
The concept is actually known rather abstractly as "The Yellow Fade Technique" and was coined as a usability aid by 37Signals for their Basecamp web application back in 2004. The code has probably matured since then, but credit where credit is due...

"Web Interface Design Tip: The Yellow Fade Technique" – Matthew Linderman, 19th February 2004

*av
Ooh cool, thanks :)
 
Back
Top Bottom