$('блок 1').animate({ 'width': '-=10px' }, { duration: 300, step: function( now, data ) { // тут и обрабатывайте все что нужно, каждый шаг } });