Function silkenweb::document::on_scroll

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

Add a scroll event handler at the document level.

This only has an effect on WASM targets.