hyTags
HomeHome DocumentationDocumentation

window-set-scroll-y

Sets the vertical scroll position of the window.
Parameter
Type
Description
value
Number
The vertical scroll position in pixels
return
void
None
Test Case:Set scroll Y does not throw
    <div></div>
    
    <window-set-scroll-y value="0">
    <bool-true>
    <assert-true>
    
    👆 Try to change something!
  • Test succeeded Test failed