Any idea as to why this is happening?
var counter1= 0;
$("#StartUpPosition div").not("#StartUpMainNode").fadeOut(300, function() {
$("#StartUpMainNode").animate( {left:22}, function() { //animate the center node to the left
counter1++;
$("#NodeMain").fadeIn(200);
console.log(counter1);
});
});

New Topic/Question
Reply


MultiQuote




|