I'm using yui3 to do a fade-in/fade-out effect. The problem is that I can't seem to find a way of doing this by using a class (fadein - adds a css class, fadeout - removes the class).
I only find examples of this defining a to and from background-color.
Isn't this possible with yui3? With jquery is so simple.