CSS transitions for menu An example to of how to use CSS 3 transitions in Esite menus. Code exampleLanguage: VB.Net .xi{ transition: all 0.2s; -moz-transition:all 0.2s; -webkit-transition:all 0.2s; -o-transition:all 0.2s;} Read more about CSS 3 Transitions at W3SCHOOLS