Buongiorno a tutti ho questo problema:
function menus(){
me = document.getElementById('menulat');
if(me.style.left == "0px" ){
me.style, 'left', EaseIn, 0, -160, .5, 'px';
} else {
me.style, 'left', EaseOut, 0, 0, .3, 'px';
}
}
dovrebbe farmi comparire un menù , ma mi compare un errore che EaseOut non è definito, come faccio a risolvere il problema?