Archive for the 'Web Design' Category

Moo.fx JavaScript library

Wednesday, November 8th, 2006

I wanted to create an error message that fades from a bright red to a lighter shade on the ActiveState website Komodo beta page.

After a bit of research I found the Moo.fx Javascript Library, which was super easy to implement. I triggered the colour transition using the window.onload event. (I used Simon Willis’ function to add the event to the window.onload handler).

I’ll add a link to the beta page so you can experience the beauty yourself.