Function silkenweb::document::on_scrollend

source ·
pub fn on_scrollend(f: impl FnMut(Event) + 'static) -> EventCallback
Expand description

Add a scrollend event handler at the document level.

This only has an effect on WASM targets.