const $priceNew = $('.price-new'); $({numberValue: 0}).animate({numberValue: 200}, { duration: 750, easing: "swing", step: (val) => { $priceNew.text(Math.round(val)); } });