Was wondering if there was an event or listener that I am able to use to detect the end of the scrolling container once it cannot scroll anymore in both directions (in my case horizontally)?
I can assume I can write my own functionality in JavaScript to achieve this, but just wanted to know if there was something already in this current build of kinetic?
hey, there isn't anything in there at the moment. you would probably want to just check the wrapper scroll width against the actual width of the wrapper.
Was wondering if there was an event or listener that I am able to use to detect the end of the scrolling container once it cannot scroll anymore in both directions (in my case horizontally)?
I can assume I can write my own functionality in JavaScript to achieve this, but just wanted to know if there was something already in this current build of kinetic?
Thanks