pub fn use_window_scroll() -> (Signal<f64>, Signal<f64>)
Reactive window scroll.
Link to Demo
let (x, y) = use_window_scroll();
On the server this returns Signals that are always 0.0.
Signal
0.0