Cosa ce che non va in questa istruzione?
In poche non mi esegue il richiamo "animation()" interno alla funzionecodice:var pos=1; var animation=setTimeout(function(){ if(pos=="" || pos==4){ pos=1; } else { pos++; } alert(pos); animation(); }, 5000); animation();