yo(selector).scrollTo(to, duration)
Scroll the element to the position "to" and the duration in milliseconds
yo(document.body).scrollTo(yo('.myclass').el().offsetTop, 1000);
Scroll the element to the position "to" and the duration in milliseconds
yo(document.body).scrollTo(yo('.myclass').el().offsetTop, 1000);