Søk i hjelpesidene:

CSS transitions for menu

An example to of how to use CSS 3 transitions in Esite menus.

Code example
Language:
 VB.Net

.xi
{
  transition: all 0.2s;
  -moz-transition:all 0.2s;
  -webkit-transition:all 0.2s;
  -o-transition:all 0.2s;
}