Eu fiz do mesmo jeito que está no video, pesquisei sobre a função animate e mesmo assim não está dando resultado.
Repositório: https://github.com/LauraBeatris/run-type-application
function scrollScore(){
var position = $(".style-one").offset().top;
//animating the scroll
$("body").animate({
scrollTop: position + "px"
}, 1000);
}