positionName = 'top'; $(el).animate({positionName : '300px'});
positionName = 'top'; var obj = {}; obj[positionName] = '300px'; $(el).animate(obj);