hyTags
HomeHome DocumentationDocumentation

window-scroll-to-bottom

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