February 9th, 2010


Create a simple content rotation script with fading effect using JQuery

by Dragos, on November 24th, 2008  

I came up with a simple solution to rotate some divs, having a cute fade in effect. For that i used JQuery.
Supposing you have a div container, you put in it smaller divs which you will use for rotation.

Content in div number one.
Content in div number two.
Content in div number three.

Notice that each div to [...]

How to Fade Background Colors with Jquery

by Dragos, on November 1st, 2008  

I just needed to make a fading effect with background colors, but it didn’t work for me even if i did everything correct. I missed one important step that took me some precious time. I forgot to include the optional effects package, which contains the transitions between colors and classes.
Just included:

in the head of my [...]