All posts tagged css3 transition

Top sliding navigation using CSS3 and jquery

I was recently making some experimentation with the CSS3 transition, to create a sort of sliding menu.  The main idea was to have a menu composed of 4 items life tabs, dropping from the top of the website, with a sliding animation. See the example Download the files Using CSS3 transition and background-image position My first idea was to use a sprite like technique for the different tabs : one image, half hidden, and to show the entire image on … Continue reading