iced-rs / iced

A cross-platform GUI library for Rust, inspired by Elm
https://iced.rs
MIT License
22.96k stars 1.06k forks source link

Scroll Transactions #2401

Open Koranir opened 3 weeks ago

Koranir commented 3 weeks ago

Fixes #2381

This PR adds a system to scrollables that keeps scrolling to only one layer at a time, based on the behaviour in Mozilla's Gecko engine, which is more in line with what users expect.

Also adds a nested scrollable in the scrollable example.