Skip to content

LogUI Client 0.5.3d

Pre-release
Pre-release
Compare
Choose a tag to compare
@maxwelld90 maxwelld90 released this 20 Apr 20:11
· 8 commits to master since this release

This version of the LogUI client introduces a scrollable event handler. It allows you (with a degree of accuracy) to capture scrollStart and scrollEnd events within an element -- that is, the start point and end point when scrolling interactions take place over an element (perhaps with an overflow-y or overflow-x).

This is an improvement over native scroll events. Rather than flooding logs with a series of scroll events, scrollable provides the definitive start and end points to the scrolling interactions. While a user may stop and start scrolling in quick succession, which we cannot avoid, we can at least provide you with (relatively) accurate start and stop points.