Change background-position with scroll and mouse whell up/down with animeJS

I want to change the background-position when scrolling, when scrolling up, a reverse is done, when scrolling down, the usual animation is played. I need full paste scrolling. I need to define scrolling with scroll and mouse wheel. At the moment, I only have a scroll, but for some reason the animation only happens when the scroll is completed and not at the time of the scroll.

CodeSandbox