Block Scroll example of EasyList

List of all examples
const easyList = new EasyList({
  strategy: createScrollStrategy('#parent'),
  useShadowPlaceholder: true,
  maxItems: 5,
  sensitivity: {
    [MoveDirection.TO_BOTTOM]: 500,
  }
});

easyList.bind('#feed');
Source of example in Github
All images from unsplash.com