How to do this effect (fadeIn?) without plugins

How to do this effect (fadeIn?) without plugins

I have a div (background red) and I'd like to shade it to black, such as fadeIn() function from red to white, instead of display:none; to the color.

Is it possible do it without plugins?