$("#btn_start").on("click", function () { $("#box1").animate({ width: "+=100px", height: "-=50px", opacity: 0.5 }, 1000); });