I'm coding a website at the moment, and it has some kind of vertical nav to the left. A css transition is triggered once the user hovers on a div next to the nav's right. The problem is i'm not sure every single user will notice the navigation menu is there.
So I want it to be there the moment the page loads, and then go back to its original place, so that fist, the user notices it. Then it transitions to hide behind the left hand side of the screen. When the user will want to switch to a different page, he/she will have already seen the nav slowly move and will get it, hover the arrow to make the menu appear.
How can i perform this task, either in jQuery or CSS ? Thank you.