Unrelated to the content, but relative to the blog it’s on: there are few things more painful than wordpress themes that try to “fix” your scrolling with scrollTop’s and scrollBy’s in an onwheel event handler. Please don’t do this.
scrollTop
scrollBy
onwheel
Unrelated to the content, but relative to the blog it’s on: there are few things more painful than wordpress themes that try to “fix” your scrolling with
scrollTop’s andscrollBy’s in anonwheelevent handler. Please don’t do this.