Open garretwilson opened 7 years ago
If a user scrolls, say, a horizontal block to the middle, scroll glue is suspended (i.e. turned off). How can I programmatically, if I add new horizontal content to the block, re-enable scroll glue?
Setting scrollTop or scrollLeft manually on the container should work. What values need to be set depends on the isAttached in use.
scrollTop
scrollLeft
isAttached
If a user scrolls, say, a horizontal block to the middle, scroll glue is suspended (i.e. turned off). How can I programmatically, if I add new horizontal content to the block, re-enable scroll glue?