I have a broadcasting video site, with a menu, which should be hidden, when mouse isn’t moving for a while (lets say 10 seconds). As well, it should appears back, with mouse move. What is the best way to perform that, by using css and jQuery?
Thank you in advance.
I have a broadcasting video site, with a menu, which should be hidden, when
Share
Take a look at the
mousemoveevent. You can try something like this:Demo: http://jsfiddle.net/AMn9v/6/