googlearchive / core-scroll-header-panel

Fancy scrolling effects where the header animates between tall and condensed states
19 stars 16 forks source link

Allow `scroller` to be set to external element. #22

Open kevinpschaaf opened 9 years ago

kevinpschaaf commented 9 years ago

Shadow-DOM distribution seems to either add scroll event latency or slow down painting (one of the two), resulting in chunkier effects that rely on scroll events, such as virtualization in core-list. This allows the two components to be composed together in light DOM via the scroller property.