hyTags
HomeHome DocumentationDocumentation

window-scroll-to-top

Scrolls the window to the top of the page.
Parameter
Type
Description
animated
Bool
Whether to animate the scroll with smooth behavior
return
void
None
Test Case:Scroll to top does not throw
    <div></div>
    
    <window-scroll-to-top animated="false">
    <window-get-scroll-y>
    <assert-equal value="0" type="number">
    
    👆 Try to change something!
  • Test succeeded Test failed