I found a small cross-browser issue in scrollery.js. If I add data-scrollery=body to the body element, the event listener is added to window, but the window.scrollTop attribute does not exist. However document.documentElement.scrollTop does work.
Example:
Open http://csspl.us/test/scrollery.html in Firefox 54.0