How can i make an image slide into the page when the page loads?

How can I make an image slowly appear on my page with jquery/css?

You can set the opacity of the image in css to 0, and then animate the opacity from 0 to 1.
You can check this codepen: http://codepen.io/vdineva/pen/XpbBmo