I think the right way to do toTop animation is through the selector $('html, body') for crossbrowsing purpose, i.e.: ``` javascript $(document.body).animate({scrollTop: 0}, 800); ```