gpui-component/crates/ui/src/scroll
xda 5c8d0d7eb4
scrollbar: Do not show scrollbar event mouse is in Element rect, only show when hovered on scrollbar area or scrolled (#333)
Let the scrollbar only display when hovering and scrolling. The effect
comparison is on the left GPUI and on the right mac. I guess they used
the 10th power ease-in function, and the effect is similar.

Fixes https://github.com/huacnlee/gpui-component/issues/260

![2024-10-11 22 06
51](https://github.com/user-attachments/assets/4fa35150-2f93-4b79-bdbb-d8b7783e4b5a)
2024-10-13 10:53:53 +08:00
..
mod.rs Refactor ScrollView into scrollable fluent method. (#68) 2024-07-24 17:50:50 +08:00
scrollable.rs Add Drawer (#137) 2024-08-13 16:01:52 +08:00
scrollable_mask.rs table: Avoid Table handle mouse wheel event, when it is blocked by some other element like Modal. (#261) 2024-09-23 14:32:16 +08:00
scrollbar.rs scrollbar: Do not show scrollbar event mouse is in Element rect, only show when hovered on scrollbar area or scrolled (#333) 2024-10-13 10:53:53 +08:00