fergald / virtual-scroller-demos

Demos of the <virtual-scroller> element
Other
10 stars 2 forks source link

Use <std-switch>, and other cleanups #2

Closed domenic closed 5 years ago

domenic commented 5 years ago

This updates the loadmore.html and sticky.html demos (currently the prettiest demos) to use a <std-switch> element, polyfilled if necessary. The switch will be disabled and locked into the off position on browsers that do not support <virtual-scroller>.

The polyfill will eventually live in its own repository, but for now we inline it here.

Other changes:

image

fergald commented 5 years ago

Playing with this I see there's a little jump between div and virtual-scroller.

3