using window.laytheme.scrollBy(…) was the error. the scrollBy() function only works on the window element itself:
window.scrollby() did the trick.
using window.laytheme.scrollBy(…) was the error. the scrollBy() function only works on the window element itself:
window.scrollby() did the trick.