Hello, I have a background image scroll on a DOM element. This works great, but when the user clicks a link to load a new page, the background image scrolling starts back at its original position...
Any clever way of making this appear more continuous so it's not jumpy? I thought about a cookie, but was concerned that would be writing much to frequently and could crash the browser is it's animating constantly.
Thanks